aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/spawn/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/spawn/Android.bp')
-rw-r--r--benchmarks/spawn/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/benchmarks/spawn/Android.bp b/benchmarks/spawn/Android.bp
index 89d22e3f7..61e7bf634 100644
--- a/benchmarks/spawn/Android.bp
+++ b/benchmarks/spawn/Android.bp
@@ -43,6 +43,9 @@ cc_defaults {
linux_glibc_x86: {
enabled: false,
},
+ linux_musl_x86: {
+ enabled: false,
+ },
},
}
@@ -103,6 +106,11 @@ cc_defaults {
"-Wl,--rpath,${ORIGIN}/../../lib64",
],
},
+ linux_musl_x86_64: {
+ ldflags: [
+ "-Wl,--rpath,${ORIGIN}/../../lib64",
+ ],
+ },
},
}