On Thursday, June 13, 2013 at 20:41 EDT,
Rick Krystianne Lim <
ricki...@gmail.com> wrote:
> On Thursday, June 13, 2013 5:49:16 PM UTC+8, Jean-Baptiste Queru wrote:
>
> > In your product configuration makefile:
> >
> > PRODUCT_COPY_FILES +=
> > <path>/<in>/<source>/<tree>/<filename>:system/media/bootanimation.zip
>
> Thank you for your help Sir.
>
> I'm sorry Sir, but I'm still a newbie at this.
> Which file, product configuration makefile, should I modify? The one
> in "build/core/
main.mk"?
No, the product makefiles are named after the product you're
building (e.g. 'full') and are usually found in the 'device'
tree (e.g. device/samsung/maguro/
full_maguro.mk). They in turn
inherit from some of the product files in build/target/product
so you can choose to make your change in one of the inherited
files.
> <path>/<in>/<source>/<tree>/<filename> --> I have no idea what to replace
Replace it with the path to your bootanimation.zip. I believe
the path should be relative to the root of the source tree.
--
Magnus Bäck
ba...@google.com