diff options
author | Josh Gao <jmgao@google.com> | 2020-06-08 23:16:39 +0200 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-06-08 23:16:39 +0200 |
commit | bd8f33763fd98c26d87f5b18642b8d271a0255d2 (patch) | |
tree | 8faf0fead94ec1fdc1ac68a8488e837811c682cc | |
parent | [automerger skipped] Merge "Merge QQ3A.200605.002 into master" am: 3e72aaf11c -s ours (diff) | |
parent | Merge "Track rename of adbd_system_binaries." (diff) | |
download | android_bootable_recovery-bd8f33763fd98c26d87f5b18642b8d271a0255d2.tar android_bootable_recovery-bd8f33763fd98c26d87f5b18642b8d271a0255d2.tar.gz android_bootable_recovery-bd8f33763fd98c26d87f5b18642b8d271a0255d2.tar.bz2 android_bootable_recovery-bd8f33763fd98c26d87f5b18642b8d271a0255d2.tar.lz android_bootable_recovery-bd8f33763fd98c26d87f5b18642b8d271a0255d2.tar.xz android_bootable_recovery-bd8f33763fd98c26d87f5b18642b8d271a0255d2.tar.zst android_bootable_recovery-bd8f33763fd98c26d87f5b18642b8d271a0255d2.zip |
-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 793680f33..4cdcac6d9 100644 --- a/minadbd/Android.bp +++ b/minadbd/Android.bp @@ -99,7 +99,7 @@ cc_binary { ], required: [ - "adbd_system_binaries_recovery", + "adbd_system_api_recovery", ] } |