aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-10-21 18:19:38 -0700
committerYifan Hong <elsk@google.com>2020-10-21 18:41:51 -0700
commita89459069dde43130a74ee651e4a74359ebf61da (patch)
tree833cd934cda2a68a733aab98230cb63edb824e93
parent60f1d4392708db183229cdc306d299404794f4a5 (diff)
downloadjsoncpp-a89459069dde43130a74ee651e4a74359ebf61da.tar.gz
Make {vendor_,}ramdisk_available.
Test: pass Bug: 156098440 Change-Id: Ibc46f2178c8cd8cf071d2d29772320a28af87f7e
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2ef1e5d..f452cf3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,6 +39,8 @@ cc_library {
support_system_process: true,
},
host_supported: true,
+ ramdisk_available: true,
+ vendor_ramdisk_available: true,
recovery_available: true,
apex_available: [
"//apex_available:platform",