forked from openkylin/platform_build
resolved conflicts for merge of 01b2aaaa
to jb-mr1-dev-plus-aosp
Change-Id: I66481eb8b269775716f79e42e9d89c2ebbd45288
This commit is contained in:
commit
2d17b1aba6
|
@ -738,7 +738,6 @@ $(ALL_C_CPP_ETC_OBJECTS): | all_copied_headers
|
||||||
.PHONY: files
|
.PHONY: files
|
||||||
files: prebuilt \
|
files: prebuilt \
|
||||||
$(modules_to_install) \
|
$(modules_to_install) \
|
||||||
$(modules_to_check) \
|
|
||||||
$(INSTALLED_ANDROID_INFO_TXT_TARGET)
|
$(INSTALLED_ANDROID_INFO_TXT_TARGET)
|
||||||
|
|
||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
|
|
|
@ -220,7 +220,7 @@ $(call import-products, $(all_product_makefiles))
|
||||||
else
|
else
|
||||||
# Import just the current product.
|
# Import just the current product.
|
||||||
ifndef current_product_makefile
|
ifndef current_product_makefile
|
||||||
$(error Cannot locate config makefile for product "$(TARGET_PRODUCT)")
|
$(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
|
||||||
endif
|
endif
|
||||||
ifneq (1,$(words $(current_product_makefile)))
|
ifneq (1,$(words $(current_product_makefile)))
|
||||||
$(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
|
$(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
|
||||||
|
|
Loading…
Reference in New Issue