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

am: 4b6275848c

Change-Id: Iaf5ea3e651e025701a8cedf091c18d4130f97947
This commit is contained in:
Dan Willemsen 2016-08-31 16:17:29 +00:00 committed by android-build-merger
commit 458724219a

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)