aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-01-24 22:39:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-01-24 22:39:41 +0000
commita8c82cc218219741d3de7ae9a5385aa77c95c42f (patch)
tree737a44f0d0403502ba3599746b7bcf1a883fc19e /Android.bp
parentf0f747c9492fd4e064abb22dde1de1475cc672db (diff)
parent50b366584b13530731ed2567a7ca2db3da060c94 (diff)
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.
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c4c958c84..0f7ef9e91 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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",