diff options
author | Christopher Ferris <cferris@google.com> | 2018-08-23 04:38:49 +0200 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2018-10-01 21:19:33 +0200 |
commit | 272467d95018c481b26922130616b1086b331cee (patch) | |
tree | b8be93bbc82b023a92e4f8bc47026db6886d949b /minadbd/Android.bp | |
parent | Merge "Revert "recovery_test_component: Add libbinderthreadstate as static dependency."" (diff) | |
download | android_bootable_recovery-272467d95018c481b26922130616b1086b331cee.tar android_bootable_recovery-272467d95018c481b26922130616b1086b331cee.tar.gz android_bootable_recovery-272467d95018c481b26922130616b1086b331cee.tar.bz2 android_bootable_recovery-272467d95018c481b26922130616b1086b331cee.tar.lz android_bootable_recovery-272467d95018c481b26922130616b1086b331cee.tar.xz android_bootable_recovery-272467d95018c481b26922130616b1086b331cee.tar.zst android_bootable_recovery-272467d95018c481b26922130616b1086b331cee.zip |
Diffstat (limited to '')
-rw-r--r-- | minadbd/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/Android.bp b/minadbd/Android.bp index 00244ee7e..370232b3f 100644 --- a/minadbd/Android.bp +++ b/minadbd/Android.bp @@ -52,6 +52,7 @@ cc_library { cc_test { name: "minadbd_test", + isolated: true, defaults: [ "minadbd_defaults", @@ -64,7 +65,6 @@ cc_test { static_libs: [ "libminadbd_services", "libadbd", - "libBionicGtestMain", ], shared_libs: [ |