aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:01:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:01:51 +0000
commitb9131b4bd5333f9f796292094ad1b74e0982e764 (patch)
tree038ab12226fdeffe9183d3492e7ee1a7ace21519
parenta6160c08eac1107d4e0bbeb7a77500b52fc14b36 (diff)
parent81c07084cca2a6feab53eeb022f5d5a3ab5c10c5 (diff)
downloadlibbcc-android13-frc-scheduling-release.tar.gz
Snap for 8512216 from 81c07084cca2a6feab53eeb022f5d5a3ab5c10c5 to tm-frc-scheduling-releaset_frc_sch_330443040t_frc_sch_330443010android13-frc-scheduling-release
Change-Id: I4608a90dd61636730ad82b687b7c9b6f09e0a61f
-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,
},