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?

  • 1. There is nothing about copying in the excerpt you give. 2. Please state the problem and accompany it with a brief, complete and reliable example . - aleksandr barakin
  • there is, and what product copy files does not copy anything? - MrMEX
  • PRODUCT_COPY_FILES is just a variable name. - aleksandr barakin

0