only build flash_image for eng
With the recovery image being installed by applypatch, the flash_image tool isn't needed any more. Continue to build it for eng just in case it's handy for debugging.
This commit is contained in:
@@ -15,6 +15,7 @@ include $(BUILD_STATIC_LIBRARY)
|
|||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_SRC_FILES := flash_image.c
|
LOCAL_SRC_FILES := flash_image.c
|
||||||
LOCAL_MODULE := flash_image
|
LOCAL_MODULE := flash_image
|
||||||
|
LOCAL_MODULE_TAGS := eng
|
||||||
LOCAL_STATIC_LIBRARIES := libmtdutils
|
LOCAL_STATIC_LIBRARIES := libmtdutils
|
||||||
LOCAL_SHARED_LIBRARIES := libcutils libc
|
LOCAL_SHARED_LIBRARIES := libcutils libc
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|||||||
Reference in New Issue
Block a user