commit | dfd00b1ba17f1b3a19043fba050be54b601f169b | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue May 21 16:00:04 2019 -0700 |
committer | Yi Kong <yikong@google.com> | Wed May 22 23:36:53 2019 -0700 |
tree | 868392013fb6616ce0b5e63ab972e2502d968016 | |
parent | 0c45b0d982d7e2817515cc483729f96bf7f11473 [diff] |
Add LLVM binutils prebuilds in PATH Test: lunch; manually examine $PATH Bug: 133170927 Change-Id: Iceb0add1bfde052acf547402f8d932b87cdf0a2d
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.