diff options
author | Suren Baghdasaryan <surenb@google.com> | 2019-01-25 18:09:02 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-01-25 18:09:02 +0100 |
commit | 5342de92e0e8619ac542244adb3729dbaa438ed0 (patch) | |
tree | 1bfcc933fd0638982b5071793f038caab9982b32 | |
parent | Merge "DO NOT MERGE: Revert "Add libprocessgroup dependency"" (diff) | |
parent | DO NOT MERGE: Revert "Revert "Add libprocessgroup dependency"" (diff) | |
download | android_bootable_recovery-5342de92e0e8619ac542244adb3729dbaa438ed0.tar android_bootable_recovery-5342de92e0e8619ac542244adb3729dbaa438ed0.tar.gz android_bootable_recovery-5342de92e0e8619ac542244adb3729dbaa438ed0.tar.bz2 android_bootable_recovery-5342de92e0e8619ac542244adb3729dbaa438ed0.tar.lz android_bootable_recovery-5342de92e0e8619ac542244adb3729dbaa438ed0.tar.xz android_bootable_recovery-5342de92e0e8619ac542244adb3729dbaa438ed0.tar.zst android_bootable_recovery-5342de92e0e8619ac542244adb3729dbaa438ed0.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", |