aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-26 03:07:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-26 03:07:58 +0000
commita1cee0032b14e945f95cfdcf2f249629365752eb (patch)
tree038ab12226fdeffe9183d3492e7ee1a7ace21519
parentfc011cfb7c273a00bb649eecfd4a672dba3c8aa6 (diff)
parent81c07084cca2a6feab53eeb022f5d5a3ab5c10c5 (diff)
downloadlibbcc-android13-tests-release.tar.gz
Change-Id: Ib8f68b010a1c43595d20606b0fbac3c0c547623b
-rw-r--r--bcinfo/Android.bp2
-rw-r--r--lib/Android.bp2
2 files changed, 2 insertions, 2 deletions
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 @@ cc_library_shared {
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 @@ cc_library {
darwin: {
shared_libs: ["libLLVM_android"],
},
- linux_glibc: {
+ host_linux: {
static_libs: ["libLLVMLinker"],
allow_undefined_symbols: true,
},