forked from openkylin/platform_build
Simplify Soong bootstrapping
Now we only run the "main" stage from Soong once, and only when combined with the Kati ninja file. So we can now depend on pools or rules defined by Kati in Soong. Change-Id: I7a8fd699ddc0d41bbcbbf3c6f2edb9e26ccfc4c9
This commit is contained in:
parent
049dd57872
commit
0533e4df40
|
@ -90,4 +90,4 @@ $(SOONG_IN_MAKE):
|
|||
# prebuilts.
|
||||
.PHONY: run_soong
|
||||
run_soong: $(SOONG_BOOTSTRAP) $(SOONG_VARIABLES) $(SOONG_IN_MAKE) FORCE
|
||||
$(hide) $(SOONG) $(SOONG_BUILD_NINJA) $(NINJA_EXTRA_ARGS)
|
||||
$(hide) SKIP_NINJA=true $(SOONG)
|
||||
|
|
Loading…
Reference in New Issue