Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
8 lines
314 B
Makefile
Executable File
8 lines
314 B
Makefile
Executable File
# prebuilt for config xml files in /vendor/etc/camera or /system/etc/camera
|
|
ifneq ($(filter rk3588 rk3576, $(strip $(TARGET_BOARD_PLATFORM))), )
|
|
PRODUCT_COPY_FILES += \
|
|
$(call find-copy-subdir-files,*,$(TOP)/packages/apps/Camera360/AppData_rk/,$(TARGET_COPY_OUT_VENDOR)/etc/camera/AppData_rk/)
|
|
endif
|
|
|
|
|