commit | 414f55eb9180890f80b4f8a772dae56ab9663245 | [log] [tgz] |
---|---|---|
author | Duy Truong <duytruong@google.com> | Thu Sep 22 02:48:17 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 22 02:48:17 2022 +0000 |
tree | 92146c3a903eed16e7ee49bde334d875dca5a61a | |
parent | c9166191b994e8078825cfc38e41dc6bb4cadaa2 [diff] | |
parent | 19ef59596a4d6e36030af18b665963f070447682 [diff] |
Merge changes from topic "sts-sdk" into sc-mainline-prod am: 4db0005a13 am: 19ef59596a Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19776213 Change-Id: I3feb42c62b76838c73a44e97471b2343df6f162d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.