| commit | dbec7ad4540f87733394953f89b89d3557dbf3cb | [log] [tgz] |
|---|---|---|
| author | Colin Cross <ccross@android.com> | Thu Apr 08 17:56:57 2021 -0700 |
| committer | Colin Cross <ccross@android.com> | Thu Apr 08 18:06:29 2021 -0700 |
| tree | d6c0dcfdbeea2f35cfeee3846d200bff392cf478 | |
| parent | 64665f0233bcdbbb9c9dc5b0f441a7c1fa11137c [diff] |
Switch jemalloc to jemalloc5 Test: OUT_DIR=out prebuilts/build-tools/build-prebuilts.sh Change-Id: I0eb19ec95caa14b14cc417f77595d345bf0df19b
diff --git a/Android.bp b/Android.bp index 7f14db6..65358e4 100644 --- a/Android.bp +++ b/Android.bp
@@ -89,7 +89,7 @@ // jemalloc can improve the overall runtime by 10x vs the default allocator. target: { linux_glibc: { - shared_libs: ["libjemalloc"], + shared_libs: ["libjemalloc5"], }, }, }