blob: 6b4c9a2e31ad9852e4f6060aa597fbeb0915514c [file] [log] [blame]
HashBanged974bb2016-01-30 14:20:09 -05001LOCAL_PATH := system/core/libsparse
2
3include $(CLEAR_VARS)
bigbiffd58ba182020-03-23 10:02:29 -04004LOCAL_SRC_FILES := simg2img.cpp \
5 sparse_crc32.cpp
HashBanged974bb2016-01-30 14:20:09 -05006LOCAL_MODULE := simg2img_twrp
7LOCAL_MODULE_STEM := simg2img
bigbiffad58e1b2020-07-06 20:24:34 -04008LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/system/bin
HashBanged974bb2016-01-30 14:20:09 -05009LOCAL_MODULE_TAGS := optional
10LOCAL_SHARED_LIBRARIES := \
11 libsparse \
12 libz
13LOCAL_CFLAGS := -Werror
14include $(BUILD_EXECUTABLE)