commit | 8d8ab00016b6d07189ce11269f52e9d9d8e65e57 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Nov 20 22:31:25 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 20 22:31:25 2019 -0800 |
tree | 61dffb1cdfd2e95349d6520cd30d8fad0a87281e | |
parent | 9548e5f137a18665dd67161a590eb58ab3b62a02 [diff] | |
parent | d3eb960e4e05930ad52e87ec88070f9b0b372977 [diff] |
Merge "Inherit base system_ext.mk files for aosp targets" am: e948114a3d am: 945096110d am: d3eb960e4e Change-Id: Ia7a1ccb34bd62ec585c73f4346f59aff5ba84432
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.