Loading core/config.mk +1 −0 Original line number Original line Diff line number Diff line Loading @@ -118,6 +118,7 @@ include $(BUILD_SYSTEM)/envsetup.mk board_config_mk := \ board_config_mk := \ $(strip $(wildcard \ $(strip $(wildcard \ $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)/BoardConfig.mk \ $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)/BoardConfig.mk \ device/*/$(TARGET_DEVICE)/BoardConfig.mk \ vendor/*/$(TARGET_DEVICE)/BoardConfig.mk \ vendor/*/$(TARGET_DEVICE)/BoardConfig.mk \ )) )) ifeq ($(board_config_mk),) ifeq ($(board_config_mk),) Loading core/product.mk +2 −1 Original line number Original line Diff line number Diff line Loading @@ -23,6 +23,7 @@ # $(call ) isn't necessary. # $(call ) isn't necessary. # # define _find-android-products-files define _find-android-products-files $(shell test -d device && find device -maxdepth 6 -name AndroidProducts.mk) \ $(shell test -d vendor && find vendor -maxdepth 6 -name AndroidProducts.mk) \ $(shell test -d vendor && find vendor -maxdepth 6 -name AndroidProducts.mk) \ $(SRC_TARGET_DIR)/product/AndroidProducts.mk $(SRC_TARGET_DIR)/product/AndroidProducts.mk endef endef Loading Loading
core/config.mk +1 −0 Original line number Original line Diff line number Diff line Loading @@ -118,6 +118,7 @@ include $(BUILD_SYSTEM)/envsetup.mk board_config_mk := \ board_config_mk := \ $(strip $(wildcard \ $(strip $(wildcard \ $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)/BoardConfig.mk \ $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)/BoardConfig.mk \ device/*/$(TARGET_DEVICE)/BoardConfig.mk \ vendor/*/$(TARGET_DEVICE)/BoardConfig.mk \ vendor/*/$(TARGET_DEVICE)/BoardConfig.mk \ )) )) ifeq ($(board_config_mk),) ifeq ($(board_config_mk),) Loading
core/product.mk +2 −1 Original line number Original line Diff line number Diff line Loading @@ -23,6 +23,7 @@ # $(call ) isn't necessary. # $(call ) isn't necessary. # # define _find-android-products-files define _find-android-products-files $(shell test -d device && find device -maxdepth 6 -name AndroidProducts.mk) \ $(shell test -d vendor && find vendor -maxdepth 6 -name AndroidProducts.mk) \ $(shell test -d vendor && find vendor -maxdepth 6 -name AndroidProducts.mk) \ $(SRC_TARGET_DIR)/product/AndroidProducts.mk $(SRC_TARGET_DIR)/product/AndroidProducts.mk endef endef Loading