diff options
author | Elliott Hughes <enh@google.com> | 2015-02-11 03:55:27 +0100 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-02-11 03:55:27 +0100 |
commit | 547236785cc67c126bface16c11879010211bded (patch) | |
tree | 570b49c6f47727876291cbb9e61480906ffafcd5 | |
parent | am dcbf4fc5: resolved conflicts for merge of 35efcd27 to lmp-mr1-dev-plus-aosp (diff) | |
parent | am bf0be350: Merge "recovery: Generate libminui dynamic library" (diff) | |
download | android_bootable_recovery-547236785cc67c126bface16c11879010211bded.tar android_bootable_recovery-547236785cc67c126bface16c11879010211bded.tar.gz android_bootable_recovery-547236785cc67c126bface16c11879010211bded.tar.bz2 android_bootable_recovery-547236785cc67c126bface16c11879010211bded.tar.lz android_bootable_recovery-547236785cc67c126bface16c11879010211bded.tar.xz android_bootable_recovery-547236785cc67c126bface16c11879010211bded.tar.zst android_bootable_recovery-547236785cc67c126bface16c11879010211bded.zip |
-rw-r--r-- | minui/Android.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/minui/Android.mk b/minui/Android.mk index df4aac169..aee2a34ab 100644 --- a/minui/Android.mk +++ b/minui/Android.mk @@ -30,3 +30,10 @@ else endif include $(BUILD_STATIC_LIBRARY) + +# Used by OEMs for factory test images. +include $(CLEAR_VARS) +LOCAL_MODULE := libminui +LOCAL_WHOLE_STATIC_LIBRARIES += libminui +LOCAL_SHARED_LIBRARIES := libpng +include $(BUILD_SHARED_LIBRARY) |