Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]" am: 2f3380574e
am: 14aaf9732d

Change-Id: Ieb195dcbe0a4bc7842358f8ad1dcba20f5be5470
diff --git a/bcinfo/Android.bp b/bcinfo/Android.bp
index f2b8dd0..4db32c8 100644
--- a/bcinfo/Android.bp
+++ b/bcinfo/Android.bp
@@ -67,7 +67,7 @@
         darwin: {
             shared_libs: ["libLLVM"],
         },
-        linux: {
+        linux_glibc: {
             allow_undefined_symbols: true,
         },
         host: {
diff --git a/lib/Android.bp b/lib/Android.bp
index 8c5f8a1..1534521 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -53,7 +53,7 @@
         darwin: {
             shared_libs: ["libLLVM"],
         },
-        linux: {
+        linux_glibc: {
             static_libs: ["libLLVMLinker"],
             allow_undefined_symbols: true,
         },