recovery: Generate libminui dynamic library

Allow factory test images to use minui functionaltiy
by making use of libminui dynamic library.

Change-Id: I63e77420d5addbcc6eebeedc213f629085766b4c
This commit is contained in:
Ajay Dudani
2015-02-10 16:25:17 -08:00
committed by Elliott Hughes
parent 35efcd275f
commit 9905f3a4ee
+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)