commit | 96c462ed29f503d359450f82036372fde91faf70 | [log] [tgz] |
---|---|---|
author | Presubmit Automerger Backend <android-build-presubmit-automerger-backend@system.gserviceaccount.com> | Mon Sep 05 16:58:20 2022 +0000 |
committer | Presubmit Automerger Backend <android-build-presubmit-automerger-backend@system.gserviceaccount.com> | Mon Sep 05 16:58:20 2022 +0000 |
tree | 2b7d5942c44dc8899915f604ec98fd4f0f35b568 | |
parent | 0f5541b8a73319e29fc20eab7bfe9a76674c5105 [diff] | |
parent | afcd8ed66a51b52ec4579f5e8209531d4518f994 [diff] |
[automerge] Initial STS sdk 2p: 5987bd823b 2p: afcd8ed66a Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19776213 Bug: 238373261 Change-Id: Iecf9a88c03cbb75aae17ad41ee98a2e2e0dad5b8
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.