Merge changes I0586f761,I9fc71f9c,I0ad1f449 into main

* changes:
  libprocessgroup: Remove ramdisk_available from libcgrouprc
  libprocessgroup: Remove vendor_ramdisk_available from libcgrouprc
  libprocessgroup: Remove recovery_available from libcgrouprc
This commit is contained in:
Treehugger Robot 2024-12-02 19:03:46 +00:00 committed by Gerrit Code Review
commit 85050a06e1

View file

@ -19,9 +19,6 @@ package {
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
// modules should use libprocessgroup which links to the LL-NDK library