Switch from mips[64] -> mips[64]el to fix profile breakage.
am: 3d2b070099

Change-Id: I680fb58e46f8c740429d4c8c06e4a3ba808e5083
diff --git a/Android.bp b/Android.bp
index b68adb5..eeb856c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -210,7 +210,7 @@
 }
 
 libclang_rt_prebuilt_library_static {
-    name: "libclang_rt.profile-mips-android",
+    name: "libclang_rt.profile-mipsel-android",
     enabled: false,
     arch: {
         mips: {
@@ -220,7 +220,7 @@
 }
 
 libclang_rt_prebuilt_library_static {
-    name: "libclang_rt.profile-mips64-android",
+    name: "libclang_rt.profile-mips64el-android",
     enabled: false,
     arch: {
         mips64: {