diff options
Diffstat (limited to 'core/product_config.mk')
-rw-r--r-- | core/product_config.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/core/product_config.mk b/core/product_config.mk index 9c85d2c..7bb1852 100644 --- a/core/product_config.mk +++ b/core/product_config.mk @@ -284,11 +284,12 @@ ifneq (1,$(words $(PRODUCT_DEFAULT_DEV_CERTIFICATE))) endif endif -# A list of words like <source path>:<destination path>. The file at -# the source path should be copied to the destination path when building -# this product. <destination path> is relative to $(PRODUCT_OUT), so -# it should look like, e.g., "system/etc/file.xml". The rules -# for these copy steps are defined in config/Makefile. +# A list of words like <source path>:<destination path>[:<owner>]. +# The file at the source path should be copied to the destination path +# when building this product. <destination path> is relative to +# $(PRODUCT_OUT), so it should look like, e.g., "system/etc/file.xml". +# The rules for these copy steps are defined in build/core/Makefile. +# The optional :<owner> is used to indicate the owner of a vendor file. PRODUCT_COPY_FILES := \ $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_COPY_FILES)) |