commit | 86ffd221cf70f2aac82181e35843eeadb9cc4875 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon May 11 19:45:12 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 11 19:45:12 2020 +0000 |
tree | a66faf96b4c1a7d760845d28726dc6eea1e35cbc | |
parent | 86e3ec7015f496885556e3c1a27677eab6ff43ca [diff] | |
parent | 5f4eee2e300e48c73af1200aa0a06eca1eeffd3a [diff] |
Merge "Update Keymaster AIDL to V2 in VNDK list" am: f4a9f159aa am: 5f4eee2e30 Change-Id: I82ea85bcc1fd5a546f52be3bf9be08999d75c061
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.