OSDN Git Service

Use hermetic ckati/makeparallel prebuilts
authorDan Willemsen <dwillemsen@google.com>
Tue, 8 Mar 2016 19:12:40 +0000 (11:12 -0800)
committerDan Willemsen <dwillemsen@google.com>
Thu, 10 Mar 2016 01:19:30 +0000 (17:19 -0800)
commit1487f31d8343998e4410c94c3451f9d10298128d
tree3bb5c5feea6e6683ce5a5ceed0e4e210a48abd36
parent010c630f63dc948c4ef328a7735e0d18d5dda67e
Use hermetic ckati/makeparallel prebuilts

Currently, we're building against the native host version of libc++ and
other headers. Instead, use prebuilts of ckati/makeparallel built with
Soong against the included libc++ and sysroot. Building ckati /
makeparallel doesn't work well in unbundled branches that don't have all
of the libc++ dependencies to do successful host builds.

KATI is default variable defined when running under Kati, don't use it
for other purposes. Use CKATI instead.

Bug: 27533820
Change-Id: I82d66f5e34e3341a3cee4c5c83cd1d9a54d057ff
core/config.mk
core/ninja.mk
core/soong.mk