commit | 495f4c07764db78c922d32d79e07f1c522671c77 | [log] [tgz] |
---|---|---|
author | Duy Truong <duytruong@google.com> | Thu Sep 22 03:09:43 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 22 03:09:43 2022 +0000 |
tree | abd267cbb099fb5001d37d358cf0a7cae68ac6aa | |
parent | 85e7247e9d97fdb7343012c727918bae38fe4d0f [diff] | |
parent | a0b3f427cab3bb2ea38515760f5a7e913b7b5dfe [diff] |
Merge "Initial STS sdk" into sc-dev am: e0438b6f1b am: 214aa1d785 am: a0b3f427ca Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19776213 Change-Id: I88e5ca838d57a6fcca66ee88a3ac3e26a6cd4ae2 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.