summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-06-14 18:43:24 +0200
committerSteven Moreland <smoreland@google.com>2019-06-18 18:25:23 +0200
commit46ec20b69298ff267fcc9f42a742015fb541b4a4 (patch)
treebed10c7d010b725ac99bce23f260274f609bac6e
parentAdd misc_writer. (diff)
downloadandroid_bootable_recovery-46ec20b69298ff267fcc9f42a742015fb541b4a4.tar
android_bootable_recovery-46ec20b69298ff267fcc9f42a742015fb541b4a4.tar.gz
android_bootable_recovery-46ec20b69298ff267fcc9f42a742015fb541b4a4.tar.bz2
android_bootable_recovery-46ec20b69298ff267fcc9f42a742015fb541b4a4.tar.lz
android_bootable_recovery-46ec20b69298ff267fcc9f42a742015fb541b4a4.tar.xz
android_bootable_recovery-46ec20b69298ff267fcc9f42a742015fb541b4a4.tar.zst
android_bootable_recovery-46ec20b69298ff267fcc9f42a742015fb541b4a4.zip
-rw-r--r--updater/Android.bp2
1 files changed, 2 insertions, 0 deletions
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",