Merge changes from topics "board_use_recovery_as_root_soong", "ramdisk"

* changes:
  libatomic / libgcc_stripped: ramdisk_available
  Add target.ramdisk
  Ramdisk modules install to correct location
  Add ramdisk image.
This commit is contained in:
Yifan Hong
2020-01-24 22:39:41 +00:00
committed by Gerrit Code Review
20 changed files with 188 additions and 20 deletions

View File

@@ -549,6 +549,7 @@ toolchain_library {
name: "libatomic",
defaults: ["linux_bionic_supported"],
vendor_available: true,
ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
@@ -595,6 +596,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",