libatomic / libgcc_stripped: ramdisk_available

Test: pass
Bug: 147347110
Change-Id: If32b1060a2a984f67082cf40fbd434e9cf671ebb
This commit is contained in:
Yifan Hong 2020-01-21 16:38:29 -08:00
parent cf4832c8bc
commit 50b366584b
1 changed files with 2 additions and 0 deletions

View File

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