aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-03-25 00:19:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-03-25 00:19:23 +0000
commitcfb6d26e9a1b99a36437749725b14f7ac75e1f5d (patch)
tree038ab12226fdeffe9183d3492e7ee1a7ace21519
parent879916155c7757ba3a77c880ab1e949e8c6ed74b (diff)
parent3291096f9c4c5a25f94e1a6043384bee14e97fbb (diff)
downloadlibbcc-cfb6d26e9a1b99a36437749725b14f7ac75e1f5d.tar.gz
Merge "Tweak linux_glibc properties for musl builds in frameworks/compile"
-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,
},