commit | 708ca5f60b325011aad8ef8befbacf2f5ff3e10b | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Jul 20 17:12:39 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jul 20 17:12:39 2018 -0700 |
tree | 4393dd0cda2af5235f0453662c9fe2782ed3078c | |
parent | c1c8ec7a396f8e7073ff93851b5dbea529a4173b [diff] | |
parent | 80810b9d367d843ac6b8acd54f275481c54ae67c [diff] |
Merge "releasetools: Track the change to applypatch arguments." am: 80810b9d36 Change-Id: I9df643323e5624596b5981e9a4d48fdafb1db2f3
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.