commit | 083d23d74034c6a79da05e0fc31dbbd18565e4eb | [log] [tgz] |
---|---|---|
author | Jackeagle <jackeagle102@gmail.com> | Thu Dec 28 09:14:30 2017 -0500 |
committer | Aren Clegg <compiterman2k3@live.com> | Fri Aug 24 23:35:43 2018 +0000 |
tree | 2ea7e5363f44728b921542cfcaf56a9b1ee17039 | |
parent | e48192c11b3d2ae7f920f051aa354344c74c853f [diff] |
core: Import pathmaps from vendor/bliss Change-Id: Ia44d9548dc34a57e57a67a16648b541c1a691189 Signed-off-by: Jackeagle <jackeagle102@gmail.com>
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.