diff options
author | Jerry Zhang <zhangjerry@google.com> | 2017-08-29 05:48:07 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-08-29 05:48:07 +0200 |
commit | 94c7f017d6201ce4305ae011d72b835740758144 (patch) | |
tree | 7abaa299b92593699be071da8b458dd266342693 | |
parent | Merge "wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_." am: e9605b8ca0 am: d92baf5988 (diff) | |
parent | Merge "Add libasyncio." am: d179c923d8 (diff) | |
download | android_bootable_recovery-94c7f017d6201ce4305ae011d72b835740758144.tar android_bootable_recovery-94c7f017d6201ce4305ae011d72b835740758144.tar.gz android_bootable_recovery-94c7f017d6201ce4305ae011d72b835740758144.tar.bz2 android_bootable_recovery-94c7f017d6201ce4305ae011d72b835740758144.tar.lz android_bootable_recovery-94c7f017d6201ce4305ae011d72b835740758144.tar.xz android_bootable_recovery-94c7f017d6201ce4305ae011d72b835740758144.tar.zst android_bootable_recovery-94c7f017d6201ce4305ae011d72b835740758144.zip |
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 776e6ea19..aaae6a0ab 100644 --- a/Android.mk +++ b/Android.mk @@ -159,6 +159,7 @@ LOCAL_STATIC_LIBRARIES := \ libmounts \ libz \ libminadbd \ + libasyncio \ libfusesideload \ libminui \ libpng \ |