Make ramdisk_available.

Test: pass
Bug: 147347110
Change-Id: If00a2f7c12100c76c25da4501ae40fa02e44634d
This commit is contained in:
Yifan Hong
2020-01-21 16:44:28 -08:00
parent fa2de1c6b1
commit 5488d3c961

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",