aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorSuren Baghdasaryan <surenb@google.com>2019-01-23 20:55:58 -0800
committerSuren Baghdasaryan <surenb@google.com>2019-01-23 20:56:21 -0800
commitecedb62e9b44bc308b7f8353fba5afe5d3430659 (patch)
tree84d5dea0fc8116e8f642ae7cb20a8476e893f12d /Android.bp
parenta065dbe6c5d6eb6b723cf04c08a7beeccf1026c9 (diff)
downloadtoybox-ecedb62e9b44bc308b7f8353fba5afe5d3430659.tar.gz
DO NOT MERGE: Revert "Add libprocessgroup dependency and fix sched_policy include"
This reverts commit b7a38dd7a5700d889fc4c97237276e1c78400157. Reason for revert: Broke AOSP Change-Id: I9663046998e49907c03c76884a0421ea25f43c77 Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 34cbf13e..5bb08121 100644
--- a/Android.bp
+++ b/Android.bp
@@ -434,11 +434,7 @@ cc_defaults {
toybox_libraries = [
"liblog",
"libselinux",
- // libcutils dependency is needed only for <cutils/sched_policy.h>
- // inclusion from lib/portability.h. When it's changed to include
- // <processgroup/sched_policy.h> this dependency should be dropped
"libcutils",
- "libprocessgroup",
"libcrypto",
"libz",
]