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.
12 lines
362 B
12 lines
362 B
CUR_PATH := device/rockchip/common/bootvideo
|
|
|
|
HAVE_BOOT_VIDEO := $(shell test -f $(CUR_PATH)/bootanimation.ts && echo yes)
|
|
|
|
ifeq ($(HAVE_BOOT_VIDEO), yes)
|
|
PRODUCT_COPY_FILES += $(CUR_PATH)/bootanimation.ts:product/media/bootanimation.ts
|
|
endif
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
persist.sys.bootvideo.enable=true \
|
|
persist.sys.bootvideo.showtime=-2
|