diff options
author | Suren Baghdasaryan <surenb@google.com> | 2019-01-22 22:42:44 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-01-22 22:42:44 +0100 |
commit | 73a460b06fc0027cec56c52c6766abb79d2fdc5e (patch) | |
tree | 291129bd1df49854fc06c326a46ac59be08ab699 | |
parent | Merge "e2fsck_static is no longer needed for remount" am: 725d7f8dfd (diff) | |
parent | Merge "Add libprocessgroup dependency" (diff) | |
download | android_bootable_recovery-73a460b06fc0027cec56c52c6766abb79d2fdc5e.tar android_bootable_recovery-73a460b06fc0027cec56c52c6766abb79d2fdc5e.tar.gz android_bootable_recovery-73a460b06fc0027cec56c52c6766abb79d2fdc5e.tar.bz2 android_bootable_recovery-73a460b06fc0027cec56c52c6766abb79d2fdc5e.tar.lz android_bootable_recovery-73a460b06fc0027cec56c52c6766abb79d2fdc5e.tar.xz android_bootable_recovery-73a460b06fc0027cec56c52c6766abb79d2fdc5e.tar.zst android_bootable_recovery-73a460b06fc0027cec56c52c6766abb79d2fdc5e.zip |
-rw-r--r-- | tests/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index 1d6a056f6..898ed7d60 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -29,6 +29,7 @@ cc_defaults { "libcutils", "liblog", "libpng", + "libprocessgroup", "libselinux", "libz", "libziparchive", |