From efeeaafc9bd0f6d875dcd71093af973eba6242d5 Mon Sep 17 00:00:00 2001 From: Suren Baghdasaryan Date: Wed, 23 Jan 2019 20:43:03 -0800 Subject: [PATCH] DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users" This reverts commit 02843339f998f05c712549658c9f8f8bc14ff57d. Reason for revert: Broke AOSP Change-Id: I62f91c0adf440b5da0a145862b04dd27a7016faf Signed-off-by: Suren Baghdasaryan --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index f9ed57c..903d0e2 100644 --- a/Android.bp +++ b/Android.bp @@ -5,7 +5,6 @@ cc_binary { shared_libs: [ "libcutils", "liblog", - "libprocessgroup", ], static_libs: [ "libstatslogc",