Use PRODUCT_BOOTANIMATION instead of COPY_FILES

Change-Id: I10f6db5687ba2a3724a00b94bc7592dbd6405b82
This commit is contained in:
William Roberts 2013-08-21 13:43:54 -07:00
parent 48ac98f97d
commit 4256e66a1b
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ $(eval TARGET_BOOTANIMATION_NAME := $(shell \
endef
$(foreach size,$(bootanimation_sizes), $(call check_and_set_bootanimation,$(size)))
PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/bootanimation/$(TARGET_BOOTANIMATION_NAME).zip:system/media/bootanimation.zip
PRODUCT_BOOTANIMATION := vendor/cm/prebuilt/common/bootanimation/$(TARGET_BOOTANIMATION_NAME).zip
endif
ifdef CM_NIGHTLY