diff --git a/Android.bp b/Android.bp index ab03a36f1..cb5ddfcda 100644 --- a/Android.bp +++ b/Android.bp @@ -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",