Snap for 8400301 from 541546a4c72b652f2e247429c01c72d078fcdb84 to t-keystone-qcom-release

Change-Id: Id1bcfe28822ed3633489363afabe64e693944176
diff --git a/bcinfo/Android.bp b/bcinfo/Android.bp
index 95f7f0d..13c27cd 100644
--- a/bcinfo/Android.bp
+++ b/bcinfo/Android.bp
@@ -82,7 +82,7 @@
         darwin: {
             shared_libs: ["libLLVM_android"],
         },
-        linux_glibc: {
+        host_linux: {
             allow_undefined_symbols: true,
         },
         host: {
diff --git a/lib/Android.bp b/lib/Android.bp
index 583afa0..7c53f60 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -63,7 +63,7 @@
         darwin: {
             shared_libs: ["libLLVM_android"],
         },
-        linux_glibc: {
+        host_linux: {
             static_libs: ["libLLVMLinker"],
             allow_undefined_symbols: true,
         },