diff options
author | Dan Albert <danalbert@google.com> | 2015-01-27 01:51:08 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-27 01:51:09 +0100 |
commit | eaeb55f745c86487b4ad57da008d501fa1ebc37d (patch) | |
tree | 0bd534abd9360036af8206d19b65cd2cd5126d7e /Android.mk | |
parent | Merge "Fix the v2 descriptor handling." (diff) | |
parent | Start losing code to libadb. (diff) | |
download | android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar.gz android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar.bz2 android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar.lz android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar.xz android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.tar.zst android_bootable_recovery-eaeb55f745c86487b4ad57da008d501fa1ebc37d.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 45aa22ddd..5847ad9b7 100644 --- a/Android.mk +++ b/Android.mk @@ -62,6 +62,7 @@ LOCAL_STATIC_LIBRARIES := \ libmtdutils \ libmincrypt \ libminadbd \ + libadb \ libfusesideload \ libminui \ libpng \ |