libpropertyinfoparser: make vendor_ramdisk_available. am: f3b2b96925

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

Change-Id: Ic28b1777532d1c4b39b2640080b66db8f9234f4b
This commit is contained in:
Yifan Hong 2020-10-29 17:48:59 +00:00 committed by Automerger Merge Worker
commit 4570aa6caa

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