Merge "Simplify Soong bootstrapping"

This commit is contained in:
Dan Willemsen 2016-08-31 16:06:35 +00:00 committed by Gerrit Code Review
commit 2e5dc07c1f
1 changed files with 1 additions and 1 deletions

View File

@ -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)