aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-03-25 01:32:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-25 01:32:30 +0000
commit71067707f4d8cbfedade1db49afd9149d9954df9 (patch)
tree038ab12226fdeffe9183d3492e7ee1a7ace21519
parenta6160c08eac1107d4e0bbeb7a77500b52fc14b36 (diff)
parent81c07084cca2a6feab53eeb022f5d5a3ab5c10c5 (diff)
downloadlibbcc-71067707f4d8cbfedade1db49afd9149d9954df9.tar.gz
Merge "Tweak linux_glibc properties for musl builds in frameworks/compile" am: cfb6d26e9a am: bceedd5d83 am: 76e9e6b04b am: 81c07084cc
Original change: https://android-review.googlesource.com/c/platform/frameworks/compile/libbcc/+/2019317 Change-Id: Ied080b52d9ff4ef889be028a49957030d971cb89 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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,
},