Merge "Tweak linux_glibc properties for musl builds in bionic"
diff --git a/benchmarks/spawn/Android.bp b/benchmarks/spawn/Android.bp
index 89d22e3..61e7bf6 100644
--- a/benchmarks/spawn/Android.bp
+++ b/benchmarks/spawn/Android.bp
@@ -43,6 +43,9 @@
linux_glibc_x86: {
enabled: false,
},
+ linux_musl_x86: {
+ enabled: false,
+ },
},
}
@@ -103,6 +106,11 @@
"-Wl,--rpath,${ORIGIN}/../../lib64",
],
},
+ linux_musl_x86_64: {
+ ldflags: [
+ "-Wl,--rpath,${ORIGIN}/../../lib64",
+ ],
+ },
},
}
diff --git a/linker/Android.bp b/linker/Android.bp
index dbefcf6..d5e7367 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -28,16 +28,11 @@
name: "linker_wrapper",
host_supported: true,
device_supported: false,
+ enabled: false,
target: {
linux_bionic: {
enabled: true,
},
- linux_glibc: {
- enabled: false,
- },
- darwin: {
- enabled: false,
- },
},
cflags: [