commit | ef5b2234b166df274017495768520e8c0c3349ab | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jul 10 13:50:23 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 10 13:50:23 2019 -0700 |
tree | 293067644a42f5fa71ac1ea6539e1974710d90e9 | |
parent | 2dff7463a0ad3cd3ee3315d9ff19845c71a06ffc [diff] | |
parent | d2ff3b5dca01bc7a58d8683b47077d1f69d3ce6b [diff] |
Merge "Additionally run releasetools_test with Python 3." am: 576ae9628b am: d2ff3b5dca Change-Id: I90161cc19d8a97739630b2a8f0383d3a4bfcd5f8
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.