forked from openkylin/platform_build
Add out/soong/late-${TARGET_PRODUCT}.mk
Read out/soong/late-${TARGET_PRODUCT}.mk after reading Android.mk files to allow Soong's makevars singleton to use $(call dist-for-goals). Test: m lint-check dist Change-Id: I7754fd1b8dab508c96ad59beed67f0d6c4ff75f0
This commit is contained in:
parent
49efd2aad0
commit
8ca4092ab4
|
@ -506,7 +506,7 @@ FULL_BUILD := true
|
|||
# Include all of the makefiles in the system
|
||||
#
|
||||
|
||||
subdir_makefiles := $(SOONG_ANDROID_MK) $(file <$(OUT_DIR)/.module_paths/Android.mk.list)
|
||||
subdir_makefiles := $(SOONG_ANDROID_MK) $(file <$(OUT_DIR)/.module_paths/Android.mk.list) $(SOONG_OUT_DIR)/late-$(TARGET_PRODUCT).mk
|
||||
subdir_makefiles_total := $(words int $(subdir_makefiles) post finish)
|
||||
.KATI_READONLY := subdir_makefiles_total
|
||||
|
||||
|
|
Loading…
Reference in New Issue