Make vendor_ramdisk_available.

Test: pass
Bug: 156098440
Change-Id: Id980fae69db9c3e506dc89e3776c918e675e252b
This commit is contained in:
Yifan Hong 2020-10-21 18:38:12 -07:00
parent 6da33c2af6
commit 02e7dec682
1 changed files with 2 additions and 0 deletions

View File

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