commit | 750862ab530a0e244cf4d472a17a624c2dbee15b | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Dec 18 16:25:12 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 18 16:25:12 2019 -0800 |
tree | 7f634f801e532b110aeea6e6ff521309c9cec91d | |
parent | 8953f65fa8741d97c3ce94a9c2470d7d43e27172 [diff] | |
parent | e09efa6473f8f2f6ae764360fd7f3c11bd673f55 [diff] |
Merge changes from topic "art_apex_available" am: e09efa6473 Change-Id: Ibe994399f043a67cffc5de9482c51ee9de30cab4
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.