OSDN Git Service

build: Introduce ainfo, aerror functions
authorTom Marshall <tdm@cyngn.com>
Wed, 28 Oct 2015 18:04:01 +0000 (11:04 -0700)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
commit3126def8a22a8bb0a445c05925d954322eb1fc12
tree662855879af635580b6654e803cff0013357c5ba
parent1e8e3c274db4719e5235ea5191fa7410bdb2abb3
build: Introduce ainfo, aerror functions

envsetup.sh calls make directly to set some build vars.  Any "bare" info or
error messages interfere with the logic, so they must be guarded with
checks for CALLED_FROM_SETUP.  This is tedious and error prone, so provide
an alternative that handles this logic automagically.

Change-Id: I9f9a355a6ae58f2b173cffce796e37be1e68238c
core/config.mk