On Saturday, February 8, 2014 3:01:00 PM UTC+8, Jose Vidal wrote:
ALL_PREBUILT is internal to the build system,  you shouldn't touch it. 
Otherwise build system would complain about it. PRODUCT_COPY_FILES is used in 
product definitions and usually would be used in the make file under 
device/vendor_name/model_name. You probably need to check if your modification 
touches ALL_PREBUILT variable. Workaround is to edit build\core\main.mk, find 
this line: '$(error ALL_PREBUILT contains unexpected files)', and replace error 
with warning.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to