Make vendor_ramdisk_available.
Test: pass Bug: 156098440 Change-Id: Id980fae69db9c3e506dc89e3776c918e675e252b
This commit is contained in:
parent
6da33c2af6
commit
02e7dec682
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue