Merge "Simplify Soong bootstrapping" am: 2e5dc07c1f am: 67dc1c2e4c am: 4b6275848c

am: 458724219a

Change-Id: Ia31a4a38deb0215fc1278ad66f52a82405260c13
This commit is contained in:
Dan Willemsen 2016-08-31 16:33:11 +00:00 committed by android-build-merger
commit 27a1f69e44

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)