OSDN Git Service

[build] move dumpvar.mk include after select.mk include
authorGary King <gking@nvidia.com>
Tue, 9 Mar 2010 01:16:57 +0000 (17:16 -0800)
committerJean-Baptiste Queru <jbq@google.com>
Fri, 10 Sep 2010 21:29:50 +0000 (14:29 -0700)
commit1e80c294ffef26a6a7fe435411cd7557003b1d3f
treef07a02fa20e35acd32c92c522d6c0e82f2bb66a2
parentcc84526bcef5ffd7ed9abf73dc3bfc9e29784b22
[build] move dumpvar.mk include after select.mk include

because the dumpvar target was included early in envsetup.mk, it was
not possible to use it to dump variables that were defined by makefiles
included later (like the toolchain variables in combo/select.mk).

move dumpvar.mk to after select.mk and javac.mk, so that shell functions
can be created using the toolchain build variables

Change-Id: I1c22025a8981fa91c183846fb28be26fb562adfb
Signed-off-by: Gary King <gking@nvidia.com>
core/config.mk