You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
332 B
8 lines
332 B
ifeq ($(strip $(TARGET_ARCH)), arm)
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/rockchip/common/data_clone/packdata.sh:system/bin/packdata.sh \
|
|
vendor/rockchip/common/data_clone/bin/$(TARGET_ARCH)/packdata:system/bin/packdata \
|
|
vendor/rockchip/common/data_clone/lib/$(TARGET_ARCH)/libext4_utils.so:system/lib/libext4_utils.so
|
|
|
|
endif
|