diff options
| author | Yifan Hong <elsk@google.com> | 2020-10-21 18:38:12 -0700 |
|---|---|---|
| committer | Yifan Hong <elsk@google.com> | 2020-10-27 20:51:49 -0700 |
| commit | 02e7dec682c5bedf18567b98883949f56c351194 (patch) | |
| tree | 99383365298b1663adf15c69e995cce1c5ba1a07 /Android.bp | |
| parent | 6da33c2af6c970d9271bf64f1ddf52c9ff4f0498 (diff) | |
Make vendor_ramdisk_available.
Test: pass
Bug: 156098440
Change-Id: Id980fae69db9c3e506dc89e3776c918e675e252b
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 3075d676c..4d698771a 100644 --- a/Android.bp +++ b/Android.bp @@ -47,6 +47,7 @@ toolchain_library { defaults: ["linux_bionic_supported"], vendor_available: true, ramdisk_available: true, + vendor_ramdisk_available: true, recovery_available: true, native_bridge_supported: true, @@ -94,6 +95,7 @@ toolchain_library { defaults: ["linux_bionic_supported"], vendor_available: true, ramdisk_available: true, + vendor_ramdisk_available: true, recovery_available: true, native_bridge_supported: true, sdk_version: "current", |
