commit | 48e2c8aac1de0442dec3c36e379bcfc0c7bba9fe | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jun 20 16:44:36 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 20 16:44:36 2018 -0700 |
tree | 1504ffc9bc227e59527cfa21b22ec0b20edf17f8 | |
parent | 9471adc8ed67671ec2e69354c4b393b0c5783f04 [diff] | |
parent | 9ec07ab79b25b5f440f268679e4cfe1106fa2b26 [diff] |
Merge "releasetools: Skip signing APKs with given prefixes." am: 8acf3c302b am: 8012498f79 am: 9ec07ab79b Change-Id: I3411f56a6a485ec58f1ad14672f8cc1b208db6b7
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.