commit | a94bf766c4ea87a87d6351bea7b1000a54254132 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Mar 28 19:42:02 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 28 19:42:02 2023 +0000 |
tree | 62c0bd9d5332108a31b9c9418badf0c438919e71 | |
parent | d75d774230f4705259d04394f7f0c9a8114d4317 [diff] | |
parent | b722138c8ca0dea165fe3b6bfb792440be0d74b6 [diff] |
Merge "Retire unused variable" am: b722138c8c Original change: https://android-review.googlesource.com/c/platform/build/+/2509916 Change-Id: I10aecbd8af96a2e7e4da94180628fc4b3292a446 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.