summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2022-01-26 02:05:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-01-26 02:05:36 +0000
commit299c08ac419e0aa8f6c1d388fac10d5ec4bc4212 (patch)
treec79edb784d2776a1d453700a91f48fe4146f1668
parent17fc71870f3f98dcca010e951633965010e885e3 (diff)
parentdf13edfced5002bf5274d2dff541db58aaa7ecca (diff)
downloadextras-299c08ac419e0aa8f6c1d388fac10d5ec4bc4212.tar.gz
Merge "simpleperf: don't statically link libc++ on darwin."
-rw-r--r--simpleperf/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/simpleperf/Android.bp b/simpleperf/Android.bp
index 62d5ef79..ba4ef198 100644
--- a/simpleperf/Android.bp
+++ b/simpleperf/Android.bp
@@ -128,11 +128,12 @@ cc_defaults {
"libc",
],
},
- host: {
+ linux_glibc_x86_64: {
stl: "libc++_static",
},
windows: {
enabled: true,
+ stl: "libc++_static",
},
},
use_version_lib: true,