summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-01-21 16:44:28 -0800
committerYifan Hong <elsk@google.com>2020-01-22 12:09:34 -0800
commit5488d3c9611cb81029edb1ca30af0e15f743f0f7 (patch)
treeeedf12b241c88d7e561a90c98146e79d3929e5fa
parentfa2de1c6b1dfec46322b4660144cbbf2a6f3c1bd (diff)
downloadexternal_libcxx-android-r-preview-1.tar.gz
external_libcxx-android-r-preview-1.tar.bz2
external_libcxx-android-r-preview-1.zip
Make ramdisk_available.android-r-preview-1
Test: pass Bug: 147347110 Change-Id: If00a2f7c12100c76c25da4501ae40fa02e44634d
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2c651c559..4e30d2cbb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -55,6 +55,7 @@ cc_library_static {
name: "libc++_static",
defaults: ["libc++ defaults"],
vendor_available: true,
+ ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
srcs: [
@@ -111,6 +112,7 @@ cc_library_shared {
enabled: true,
support_system_process: true,
},
+ ramdisk_available: true,
recovery_available: true,
whole_static_libs: ["libc++_static"],
stl: "none",