commit | 84a1838b46cbb7d0e7296aa8c19d1ae71018770e | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 20 06:28:03 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 20 06:28:03 2020 +0000 |
tree | e4781280161835752048ee4ccc511f322365d380 | |
parent | e1570cb99de2d305ee5b0e25f8e6b8972fabb680 [diff] | |
parent | 1f82728d9474bae5c38518955aa058c86eea48b8 [diff] |
Merge "Adding new GSI public keys" am: 1f82728d94 Change-Id: I877229f94a92dc8c794b9df9c2a5b21676c66d72
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.