commit | dc61112a004cab932c03a9df18e41d1ea2a28b93 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Sep 01 10:09:17 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 01 10:09:17 2021 +0000 |
tree | 9e2e4ecfa86814028e4fc1734d378d8a801f8b2a | |
parent | ab40f44b33dcdf68ba5bfa9b9e18e678fdb6630f [diff] | |
parent | 21cf4fac726e9210b3fa18c912537615f11cbec4 [diff] |
[automerger skipped] Merge "Add new make variables for extension SDK version" am: 0d201ba426 -s ours am: bd2e36f29e -s ours am: 4f83c216fd -s ours am: 677c74fabd -s ours am: 21cf4fac72 -s ours am skip reason: Merged-In Ib078a922e9bd9bc6ae82ab74feaeb743703a64b8 with SHA-1 9b8082c2d4 is already in history Original change: https://android-review.googlesource.com/c/platform/build/+/1810657 Change-Id: If0ea824a8f77e6048097c2df94eae145c30989ad
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.