Make libraries {vendor_,}ramdisk_available.

Test: pass
Bug: 156098440
Change-Id: I07bb2fdc5113a5113b648795a1f60c09f20e12f1
This commit is contained in:
Yifan Hong 2020-10-21 18:07:28 -07:00
parent 67c71a1b4f
commit 89d1c19ca0
4 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,7 @@
cc_library {
name: "libpackagelistparser",
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,
srcs: ["packagelistparser.cpp"],
shared_libs: ["liblog"],

View file

@ -32,6 +32,8 @@ cc_library {
name: "libprocessgroup",
host_supported: true,
native_bridge_supported: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,
vendor_available: true,
vndk: {

View file

@ -15,6 +15,8 @@
cc_library {
name: "libcgrouprc",
host_supported: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,
// Do not ever mark this as vendor_available; otherwise, vendor modules
// that links to the static library will behave unexpectedly. All on-device

View file

@ -15,6 +15,8 @@
cc_library_static {
name: "libcgrouprc_format",
host_supported: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
srcs: [