summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-11 01:26:18 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-11 01:26:18 +0100
commitbf0be350ddf4fb75178f33ee64706cb795ceade0 (patch)
treeb71793fa987915a07da374205e327bf1ae77954d
parentMerge "recovery: Properly detect userdebug or eng builds" (diff)
parentrecovery: Generate libminui dynamic library (diff)
downloadandroid_bootable_recovery-bf0be350ddf4fb75178f33ee64706cb795ceade0.tar
android_bootable_recovery-bf0be350ddf4fb75178f33ee64706cb795ceade0.tar.gz
android_bootable_recovery-bf0be350ddf4fb75178f33ee64706cb795ceade0.tar.bz2
android_bootable_recovery-bf0be350ddf4fb75178f33ee64706cb795ceade0.tar.lz
android_bootable_recovery-bf0be350ddf4fb75178f33ee64706cb795ceade0.tar.xz
android_bootable_recovery-bf0be350ddf4fb75178f33ee64706cb795ceade0.tar.zst
android_bootable_recovery-bf0be350ddf4fb75178f33ee64706cb795ceade0.zip
-rw-r--r--minui/Android.mk7
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)