Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85050a06 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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
parents 6dc0ed17 8972ce18
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -19,9 +19,6 @@ package {
cc_library {
cc_library {
    name: "libcgrouprc",
    name: "libcgrouprc",
    host_supported: true,
    host_supported: true,
    ramdisk_available: true,
    vendor_ramdisk_available: true,
    recovery_available: true,
    // Do not ever mark this as vendor_available; otherwise, vendor modules
    // Do not ever mark this as vendor_available; otherwise, vendor modules
    // that links to the static library will behave unexpectedly. All on-device
    // that links to the static library will behave unexpectedly. All on-device
    // modules should use libprocessgroup which links to the LL-NDK library
    // modules should use libprocessgroup which links to the LL-NDK library