aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-01-22 12:26:31 -0800
committerYifan Hong <elsk@google.com>2020-01-22 12:27:30 -0800
commit975193e289be94b6244b50bf12b82cdd2332ca97 (patch)
tree6c42c032a88a679b821341037392709561f20451
parent76307d1c5749f2fc14e124342782373c7410dbbb (diff)
downloadplatform_external_jemalloc_new-975193e289be94b6244b50bf12b82cdd2332ca97.tar.gz
platform_external_jemalloc_new-975193e289be94b6244b50bf12b82cdd2332ca97.tar.bz2
platform_external_jemalloc_new-975193e289be94b6244b50bf12b82cdd2332ca97.zip
Make ramdisk_available.
Test: pass Bug: 147347110 Change-Id: I95006f1b1667e1cf316b25f4ece153643ca31dfc
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8765a5fd..abb41ff8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -146,6 +146,7 @@ lib_src_files = [
//-----------------------------------------------------------------------
cc_library {
name: "libjemalloc5",
+ ramdisk_available: true,
recovery_available: true,
defaults: ["jemalloc5_defaults"],