commit | 5c6b29fbbca207e50cc8e487c900a47083c3b30f | [log] [tgz] |
---|---|---|
author | Jerome Gaillard <jgaillard@google.com> | Tue Nov 19 04:36:21 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 19 04:36:21 2019 -0800 |
tree | 433ff1336f35668643ef1e106e9a3eb94cc57f59 | |
parent | 1b5bf44bc3f61f6934aa41ffe8ee4cab6e349791 [diff] | |
parent | ee9718c01e2b2346cae2af6f6844f0ca7d5bf79d [diff] |
[automerger skipped] Allow files generated by droidstubs to be copied in the SDK am: 7aa3039ef9 am: 8be676d24a am: e5ab595059 -s ours am: ee9718c01e -s ours am skip reason: change_id I7a0b22907603e1d17ac05901ee7f8bb9cff89f7f with SHA1 a0171af06f is in history Change-Id: I057c4d6a204e50a09917203856d75f34c3c0601d
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.