summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-10-21 18:41:25 -0700
committerYifan Hong <elsk@google.com>2020-10-21 18:41:29 -0700
commitcea9211c346cea592352ca31149a06554842ea71 (patch)
tree1f9fb4882bd29600e7abf6f95de8d8fa44e32bfc
parentb32ec89beb19643bc0f68b6e9495b9369e3da15f (diff)
Make vendor_ramdisk_available.
Test: pass Bug: 156098440 Change-Id: Id07005539db17929f21cb7bb3e134d960e056db6
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4c032dc4..4a4f06d0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -147,6 +147,7 @@ lib_src_files = [
cc_library {
name: "libjemalloc5",
ramdisk_available: true,
+ vendor_ramdisk_available: true,
recovery_available: true,
defaults: ["jemalloc5_defaults"],