OSDN Git Service

Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to the compiler.
authorPrimiano Tucci <primiano@google.com>
Mon, 2 Jun 2014 16:37:38 +0000 (17:37 +0100)
committerPrimiano Tucci <primiano@google.com>
Tue, 3 Jun 2014 11:24:22 +0000 (12:24 +0100)
commit454de52c9651321ad922974737923886e2bb148d
treeb6f0655fd047589dfb4fd06b0fae792877940d5f
parent9c777b37180301538a12ac3055d01514a4ec536e
Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to the compiler.

This is to make it possible to wrap the compiler invocations with
custom wrappers (e.g., distcc/goma) by setting the CC_WRAPPER,
CXX_WRAPPER, JAVAC_WRAPPER variables in the build environment (without
having to know in advance the path to the compiler)

(cherry-picked from AOSP 994c84fb40fd74199feb1229e40acb538993c0f2)

Change-Id: Ide800c24f0c2ebbb1cfb358bd8f99ec8a9d41253
core/combo/javac.mk
core/combo/select.mk