libpropertyinfoparser: make vendor_ramdisk_available. am: f3b2b96925 am: 4570aa6caa am: 043cbc8c0b

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1470051

Change-Id: Ie3cc5c532a5190657e17547aaf35fc9e624724f9
This commit is contained in:
Yifan Hong 2020-10-29 18:56:13 +00:00 committed by Automerger Merge Worker
commit b7a949fa01

View file

@ -3,6 +3,7 @@ cc_library_static {
host_supported: true,
vendor_available: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
srcs: ["property_info_parser.cpp"],