commit | 2997e42efa6942ea341a8cb34cf33229c230ccc3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Aug 06 21:43:37 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Aug 06 21:43:37 2020 +0000 |
tree | caa3228d5ecc694046622fef578b0955745b4c90 | |
parent | 1efa1df920c72cdb9bdabca23400ad1911b0a37c [diff] | |
parent | 9fa3b271f2168c9120eb5b739d65c73e9a99b226 [diff] |
Merge "Remove vbmeta_system from GSI targets" am: 3041178a7d am: 9fa3b271f2 Original change: https://android-review.googlesource.com/c/platform/build/+/1366537 Change-Id: Ib8cc3b9c920ac0fbe0001416aca16624b7f7b19c
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.