commit | bf0be350ddf4fb75178f33ee64706cb795ceade0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 11 00:26:18 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 11 00:26:18 2015 +0000 |
tree | b71793fa987915a07da374205e327bf1ae77954d | |
parent | 35efcd275f90f5ffea371bb228a14b36c50e61d3 [diff] | |
parent | 9905f3a4ee90e4f569bb187e6fa15616cc54bbb7 [diff] |
Merge "recovery: Generate libminui dynamic library"
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 @@ 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)