summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Dudani <adudani@codeaurora.org>2015-02-05 01:49:44 +0100
committerElliott Hughes <enh@google.com>2015-02-11 01:25:17 +0100
commit9905f3a4ee90e4f569bb187e6fa15616cc54bbb7 (patch)
treeb71793fa987915a07da374205e327bf1ae77954d
parentMerge "recovery: Properly detect userdebug or eng builds" (diff)
downloadandroid_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar
android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar.gz
android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar.bz2
android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar.lz
android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar.xz
android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar.zst
android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.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)