am ee7127cc: am bf0be350: Merge "recovery: Generate libminui dynamic library"

* commit 'ee7127cca575967a90f3ede92cd05552000ccb14':
  recovery: Generate libminui dynamic library
This commit is contained in:
Elliott Hughes
2015-02-11 02:55:27 +00:00
committed by Android Git Automerger
+7
View File
@@ -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)