Make ramdisk_available. am: 5488d3c961 am: 54695b5b19 am: 601182a1ff

Change-Id: I4e01a8f729b4b6fb7322a7b7f1dd46b9fbc94be1
This commit is contained in:
Automerger Merge Worker
2020-01-25 01:14:10 +00:00

View File

@@ -55,6 +55,7 @@ cc_library_static {
name: "libc++_static", name: "libc++_static",
defaults: ["libc++ defaults"], defaults: ["libc++ defaults"],
vendor_available: true, vendor_available: true,
ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,
srcs: [ srcs: [
@@ -111,6 +112,7 @@ cc_library_shared {
enabled: true, enabled: true,
support_system_process: true, support_system_process: true,
}, },
ramdisk_available: true,
recovery_available: true, recovery_available: true,
whole_static_libs: ["libc++_static"], whole_static_libs: ["libc++_static"],
stl: "none", stl: "none",