commit | 2f25fda8d1608ec0f3467b1f1be0aaa6ef64babd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Mar 28 20:10:27 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 28 20:10:27 2023 +0000 |
tree | 173c0acd1c7a88669f91ed34f7f847f0c23747a2 | |
parent | c7edde26db4d9e2106118e6d2b955dd9d37f9005 [diff] | |
parent | a94bf766c4ea87a87d6351bea7b1000a54254132 [diff] |
Merge "Retire unused variable" am: b722138c8c am: a94bf766c4 Original change: https://android-review.googlesource.com/c/platform/build/+/2509916 Change-Id: Ifbd1767c5f51b6ffdb17ee0f4da358a898e74991 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.