commit | a76973dcbf12463a176739163efe7428308be7ff | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Oct 25 10:27:44 2019 -0700 |
committer | Xin Li <delphij@google.com> | Fri Oct 25 10:27:44 2019 -0700 |
tree | 777b97659d59ec2686ceb824f397114a8eccda04 | |
parent | df518833b4fb574c0a17b56385b86e224fa83690 [diff] | |
parent | e3a278b5c6d5d4b2805ab443a476132b3c2b6269 [diff] |
Merge Coral/Flame into AOSP master Bug: 141248619 Change-Id: Iffa21efaa08e8b067dfa2857bd2951208c756395 Merged-In: If1543d20656d99205debad84e169ac14c53b6e10
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.