diff options
author | android-build-prod (mdb) <android-build-team-robot@google.com> | 2018-05-04 19:43:36 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-05-04 19:43:36 +0200 |
commit | 13415d9138556586281f032c4f84d329c9f2cb77 (patch) | |
tree | d1ca1805b021c8e7c19d33f0ccbc50d65f7a488a /Android.mk | |
parent | Merge "otautil: Only build the needed files for host build." am: 5818e894df (diff) | |
parent | Merge changes I1cc5d702,I32ab9854 (diff) | |
download | android_bootable_recovery-13415d9138556586281f032c4f84d329c9f2cb77.tar android_bootable_recovery-13415d9138556586281f032c4f84d329c9f2cb77.tar.gz android_bootable_recovery-13415d9138556586281f032c4f84d329c9f2cb77.tar.bz2 android_bootable_recovery-13415d9138556586281f032c4f84d329c9f2cb77.tar.lz android_bootable_recovery-13415d9138556586281f032c4f84d329c9f2cb77.tar.xz android_bootable_recovery-13415d9138556586281f032c4f84d329c9f2cb77.tar.zst android_bootable_recovery-13415d9138556586281f032c4f84d329c9f2cb77.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 57b180355..eff4b015d 100644 --- a/Android.mk +++ b/Android.mk @@ -65,6 +65,7 @@ LOCAL_MODULE := librecovery_ui LOCAL_STATIC_LIBRARIES := \ libminui \ + libotautil \ libbase ifneq ($(TARGET_RECOVERY_UI_MARGIN_HEIGHT),) |