aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-04-08 17:56:57 -0700
committerColin Cross <ccross@android.com>2021-04-08 18:06:29 -0700
commitdbec7ad4540f87733394953f89b89d3557dbf3cb (patch)
treed6c0dcfdbeea2f35cfeee3846d200bff392cf478
parent64665f0233bcdbbb9c9dc5b0f441a7c1fa11137c (diff)
downloadninja-dbec7ad4540f87733394953f89b89d3557dbf3cb.tar.gz
Switch jemalloc to jemalloc5
Test: OUT_DIR=out prebuilts/build-tools/build-prebuilts.sh Change-Id: I0eb19ec95caa14b14cc417f77595d345bf0df19b
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 7f14db6..65358e4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -89,7 +89,7 @@ cc_binary_host {
// jemalloc can improve the overall runtime by 10x vs the default allocator.
target: {
linux_glibc: {
- shared_libs: ["libjemalloc"],
+ shared_libs: ["libjemalloc5"],
},
},
}