From 8972ce18d2d8cf1177654c60194083dde00ae617 Mon Sep 17 00:00:00 2001 From: "T.J. Mercier" Date: Tue, 26 Nov 2024 00:44:58 +0000 Subject: [PATCH] libprocessgroup: Remove ramdisk_available from libcgrouprc ...which no longer appears to be required. Bug: 349105928 Change-Id: I0586f76147d9519ef6a520a10164e1b0f5e5c9b8 --- libprocessgroup/cgrouprc/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/libprocessgroup/cgrouprc/Android.bp b/libprocessgroup/cgrouprc/Android.bp index 4007a2344..9e46b8e7c 100644 --- a/libprocessgroup/cgrouprc/Android.bp +++ b/libprocessgroup/cgrouprc/Android.bp @@ -19,7 +19,6 @@ package { cc_library { name: "libcgrouprc", host_supported: true, - ramdisk_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