aboutsummaryrefslogtreecommitdiffstats
path: root/minui
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-11 00:26:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-11 00:26:18 +0000
commitbf0be350ddf4fb75178f33ee64706cb795ceade0 (patch)
treeb71793fa987915a07da374205e327bf1ae77954d /minui
parent35efcd275f90f5ffea371bb228a14b36c50e61d3 (diff)
parent9905f3a4ee90e4f569bb187e6fa15616cc54bbb7 (diff)
downloadbootable_recovery-bf0be350ddf4fb75178f33ee64706cb795ceade0.zip
bootable_recovery-bf0be350ddf4fb75178f33ee64706cb795ceade0.tar.gz
bootable_recovery-bf0be350ddf4fb75178f33ee64706cb795ceade0.tar.bz2
Merge "recovery: Generate libminui dynamic library"
Diffstat (limited to 'minui')
-rw-r--r--minui/Android.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/minui/Android.mk b/minui/Android.mk
index df4aac1..aee2a34 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)