summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-03-14 21:22:38 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-14 21:22:38 +0000
commit6fed7b84003b6d2027260f2847ef9417f978adc4 (patch)
tree419b75ed34f943980b4cfb35d4372e21e84b8697
parent85ced68564536c41d525f313d27dd40a9acfe4a9 (diff)
parentdc102b2df6a15647b963cebeb009139353d71836 (diff)
downloaddng_sdk-6fed7b84003b6d2027260f2847ef9417f978adc4.tar.gz
Merge "Tweak linux_glibc properties for musl builds in external/dng_sdk" am: dc102b2df6
Original change: https://android-review.googlesource.com/c/platform/external/dng_sdk/+/2018606 Change-Id: I3af5bad89ae0da4a4c8c09bdd9949f9678d51ef7
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0681e93..3f2509e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -156,7 +156,7 @@ cc_library{
],
target: {
- linux_glibc: {
+ host_linux: {
static_libs: ["libcompiler_rt-extras"],
},
darwin: {