Add libprocessgroup dependency

Because set_sched_policy is moved into libprocessgroup an additional
dependency is required for its users. libframeworksnettestsjni requires
libprocessgroup otherwise com.android.frameworks.tests.net fails with
error:
dlopen failed: library "libprocessgroup.so" not found

Exempt-From-Owner-Approval: janitorial

Bug: 111307099
Test: builds, boots

Merged-In: Ia8bc5b447efa568fd1c822746919fa1496cc42a6
Change-Id: Ia8bc5b447efa568fd1c822746919fa1496cc42a6
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
This commit is contained in:
Suren Baghdasaryan
2019-01-17 09:47:51 -08:00
parent 09a29e161f
commit ced57bb7fc

View File

@@ -54,6 +54,7 @@ LOCAL_JNI_SHARED_LIBRARIES := \
libnativehelper \
libpackagelistparser \
libpcre2 \
libprocessgroup \
libselinux \
libui \
libutils \