Merge "Switch deprecation message to $(warning)" am: 884af82b27

am: 2adb61215b

Change-Id: I35f623e2502a42db24c47c6fd129277fad8f086f
This commit is contained in:
Dan Willemsen
2017-11-04 01:01:14 +00:00
committed by android-build-merger

View File

@@ -5,18 +5,15 @@
ifndef KATI ifndef KATI
$(warning Directly using config.mk from make is no longer supported.) $(warning Directly using config.mk from make is no longer supported.)
$(info ) $(warning )
# Repeat the warning so that it's in both the stdout and stderr streams $(warning If you are just attempting to build, you probably need to re-source envsetup.sh:)
$(info Directly using config.mk from make is no longer supported.) $(warning )
$(info ) $(warning $$ source build/envsetup.sh)
$(info If you are just attempting to build, you probably need to re-source envsetup.sh:) $(warning )
$(info ) $(warning If you are attempting to emulate get_build_var, use one of the following:)
$(info $$ source build/envsetup.sh) $(warning $$ build/soong/soong_ui.bash --dumpvar-mode)
$(info ) $(warning $$ build/soong/soong_ui.bash --dumpvars-mode)
$(info If you are attempting to emulate get_build_var, use one of the following:) $(warning )
$(info $$ build/soong/soong_ui.bash --dumpvar-mode)
$(info $$ build/soong/soong_ui.bash --dumpvars-mode)
$(info )
$(error done) $(error done)
endif endif