aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorSuren Baghdasaryan <surenb@google.com>2019-01-25 05:27:41 +0000
committerSuren Baghdasaryan <surenb@google.com>2019-01-25 05:39:09 +0000
commit8a9d85f43adfd7fd583163f4dff24f5ca4e6d686 (patch)
tree541a3e6c299a1b2de7dae90d24d4e8d25ec626fb /Android.bp
parentecedb62e9b44bc308b7f8353fba5afe5d3430659 (diff)
downloadtoybox-8a9d85f43adfd7fd583163f4dff24f5ca4e6d686.tar.gz
DO NOT MERGE: Revert "Revert "Add libprocessgroup dependency and fix sched_policy include""
This reverts commit ecedb62e9b44bc308b7f8353fba5afe5d3430659. Reason for revert: AOSP is fixed with new vendor image Change-Id: I522ef43faee60195b7e4f268762db5cf677d355b Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5bb08121..34cbf13e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -434,7 +434,11 @@ 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",
]