commit | 6b9889f6a1ee3c5d877dfe3402441596e495970a | [log] [tgz] |
---|---|---|
author | Mitchell Wills <mwills@google.com> | Wed Jul 31 20:08:32 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 31 20:08:32 2019 -0700 |
tree | c1c8412e608619c2d5bce69affc455e690613345 | |
parent | 9424d19f4c0f1317ff44c1321c12157ff12eb072 [diff] | |
parent | f82705cfc67d88812ea85743a5b43edd50b39956 [diff] |
Merge "Add build script to create a self extracting archive with a click through license" am: 9a1d60f5cb am: e2f0f13049 am: f82705cfc6 Change-Id: Ia3496d6d8d38030417b8adbb520a0c7d268281bb
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.