From 46ec20b69298ff267fcc9f42a742015fb541b4a4 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 14 Jun 2019 09:43:24 -0700 Subject: 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 --- updater/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updater/Android.bp b/updater/Android.bp index b80cdb3a0..4e87db2dd 100644 --- a/updater/Android.bp +++ b/updater/Android.bp @@ -45,6 +45,8 @@ cc_defaults { "libcrypto", "libcrypto_utils", "libcutils", + "libcgrouprc", + "libcgrouprc_format", "libutils", "libtune2fs", -- cgit v1.2.3