Hello! When I build android, I can not force to copy the necessary one.
In the vendor / nitrogen / prebuilt / common / bootanimation / geehrc.zip folder, $ (TARGET_DEVICE) displays geehrc.
Here's a piece of code, but it doesn't work ...
# Bootanimation (add if it exists) ifneq ("$(wildcard vendor/nitrogen/prebuilt/common/bootanimation/$(TARGET_DEVICE).zip)","") PRODUCT_COPY_FILES += \ vendor/nitrogen/prebuilt/common/bootanimation/$(TARGET_DEVICE).zip:system/media/bootanimation.zip endif How to fix? But can not be such that the path is too long?