libprocessgroup users use libcutils

libprocessgroup symbols are being moved into libcutils in order to
optimize linking/memory usage. libprocessgroup will no longer be
required in the future (however removing references to it will come
separately).

Since libcutils is used statically here, the dependencies of
libprocessgroup need to be explicitly listed.

Bug: 135145426
Test: boot
Change-Id: I91c082f0fa2f5f5c52751065cd5f50f5cb965b23
This commit is contained in:
Steven Moreland
2019-06-14 09:43:24 -07:00
parent 35e0f6d290
commit 46ec20b692

View File

@@ -45,6 +45,8 @@ cc_defaults {
"libcrypto",
"libcrypto_utils",
"libcutils",
"libcgrouprc",
"libcgrouprc_format",
"libutils",
"libtune2fs",