|
build/core/product_config.mk:225: *** _nic.PRODUCTS.[[build/target/product/mt6575.mk]]: "build/target/product/mt6575.mk" does not exist。 停止。
# If CUSTOM_LOCALES contains any locales not already included
# in PRODUCT_LOCALES, add them to PRODUCT_LOCALES.
extra_locales := $(filter-out $(PRODUCT_LOCALES),$(CUSTOM_LOCALES))
ifneq (,$(extra_locales))
ifneq ($(CALLED_FROM_SETUP),true)
# Don't spam stdout, because envsetup.sh may be scraping values from it.
$(info Adding CUSTOM_LOCALES [$(extra_locales)] to PRODUCT_LOCALES [$(PRODUCT_LOCALES)])
endif
PRODUCT_LOCALES += $(extra_locales)
extra_locales :=
endif //这行是255行,看不出是什么问题。
因为本人没做过,所以请大侠们指点下。。 |
|