libpropertyinfoparser: make vendor_ramdisk_available.

Test: pass
Bug: 156098440
Change-Id: I9c9e74c431ac0f8c382bea0ecd290968aa3f4448
This commit is contained in:
Yifan Hong 2020-10-21 18:07:05 -07:00
parent df17454a84
commit f3b2b96925
1 changed files with 1 additions and 0 deletions

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