summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-01-24 16:35:26 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-24 16:35:26 -0800
commit2b7518579d80c1c17e7ebbd13dec820a4e0e8c49 (patch)
tree6c42c032a88a679b821341037392709561f20451
parentccccb453ca1644b15d44496e73df80ca858d9e73 (diff)
parent975193e289be94b6244b50bf12b82cdd2332ca97 (diff)
Make ramdisk_available.
am: 975193e289 Change-Id: I107ef904fb46dded7a44bd0ff4b6ee688fabcf96
-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"],