commit | f81c5d3cbe255ddee3f5ba387fd39d7b6a140ec8 | [log] [tgz] |
---|---|---|
author | Duy Truong <duytruong@google.com> | Thu Sep 22 01:29:42 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 22 01:29:42 2022 +0000 |
tree | a564b56d3f55945d2b093219b27742b553e1b186 | |
parent | 4db0005a13feda5e1a5029cf703be329ed004136 [diff] | |
parent | e0438b6f1b74ec78b0296e58d3940a7b85f1f169 [diff] |
Merge "Initial STS sdk" into sc-dev am: e0438b6f1b Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19776213 Change-Id: Ifc39749d2c8e783439a530d13c27bb976c5c8743 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.