diff options
author | Tao Bao <tbao@google.com> | 2017-10-04 01:43:40 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-04 01:43:40 +0200 |
commit | 010c92d2d4e5e916d69547d26729bfa63d12022f (patch) | |
tree | 3390fd76e213f395afa7376db50407424418c054 /Android.mk | |
parent | Merge "screen_ui: stage marker positioning" am: 16817312a6 am: c6e12b5f43 (diff) | |
parent | Merge "otautil: Export headers." am: 2cedab7af9 (diff) | |
download | android_bootable_recovery-010c92d2d4e5e916d69547d26729bfa63d12022f.tar android_bootable_recovery-010c92d2d4e5e916d69547d26729bfa63d12022f.tar.gz android_bootable_recovery-010c92d2d4e5e916d69547d26729bfa63d12022f.tar.bz2 android_bootable_recovery-010c92d2d4e5e916d69547d26729bfa63d12022f.tar.lz android_bootable_recovery-010c92d2d4e5e916d69547d26729bfa63d12022f.tar.xz android_bootable_recovery-010c92d2d4e5e916d69547d26729bfa63d12022f.tar.zst android_bootable_recovery-010c92d2d4e5e916d69547d26729bfa63d12022f.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index c55771fbe..ac72bac01 100644 --- a/Android.mk +++ b/Android.mk @@ -56,6 +56,7 @@ endif LOCAL_MODULE := librecovery LOCAL_STATIC_LIBRARIES := \ libminui \ + libotautil \ libvintf_recovery \ libcrypto_utils \ libcrypto \ |