commit | 541468bb9a156f2249c37e369f25fedb801c4954 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Apr 25 07:48:52 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 25 07:48:52 2019 -0700 |
tree | 686887b0698beb0ac18af25de9aea1933ee5c1ba | |
parent | d12cfcfde58745ca252c9a7f166f24fe74607c62 [diff] | |
parent | b5b055ab509f6b44de4708da9b0f57211819d7d8 [diff] |
Merge "releasetools: Accept PRESIGNED keys in apexkeys.txt." am: b5b055ab50 Change-Id: Ib69611f76e26ad0a78a1468704700ff437dcfe0e
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.