commit | 9c1b48ce7a79beaa025117c007d6464e967b80ef | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed May 08 15:34:32 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 08 15:34:32 2019 -0700 |
tree | aa6ce66a6ee9b2c5c48c3b90a8519f25291aecc7 | |
parent | 6cf5155f316678e12612735768ad235b0ced6f67 [diff] | |
parent | df24a30b5d282ceed4dac4114c0413d657610766 [diff] |
Merge "releasetools: Update the comments regarding selinux_fc." am: 45f74b104b am: df24a30b5d Change-Id: I8d8c7bb7889d1260bdd8bfb77c132244ccf5078b
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.