libatomic / libgcc_stripped: ramdisk_available
Test: pass Bug: 147347110 Change-Id: If32b1060a2a984f67082cf40fbd434e9cf671ebb
This commit is contained in:
parent
cf4832c8bc
commit
50b366584b
|
@ -548,6 +548,7 @@ toolchain_library {
|
|||
name: "libatomic",
|
||||
defaults: ["linux_bionic_supported"],
|
||||
vendor_available: true,
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
|
||||
|
@ -594,6 +595,7 @@ toolchain_library {
|
|||
name: "libgcc_stripped",
|
||||
defaults: ["linux_bionic_supported"],
|
||||
vendor_available: true,
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
sdk_version: "current",
|
||||
|
|
Loading…
Reference in New Issue