Merge "Make vendor_ramdisk_available."

This commit is contained in:
Yifan Hong
2020-10-29 17:17:29 +00:00
committed by Gerrit Code Review

View File

@@ -47,6 +47,7 @@ toolchain_library {
defaults: ["linux_bionic_supported"], defaults: ["linux_bionic_supported"],
vendor_available: true, vendor_available: true,
ramdisk_available: true, ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,
@@ -94,6 +95,7 @@ toolchain_library {
defaults: ["linux_bionic_supported"], defaults: ["linux_bionic_supported"],
vendor_available: true, vendor_available: true,
ramdisk_available: true, ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,
sdk_version: "current", sdk_version: "current",