Make ramdisk_available. am: 5488d3c961 am: 54695b5b19
Change-Id: I025fa1063f1f530e0c6543fbdf178d304fded1d2
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user