commit | 1b292bf89a4d4b52434e8454afc7ef59ceb8c1c5 | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Tue Mar 28 08:27:45 2023 -0700 |
committer | Roman Kiryanov <rkir@google.com> | Tue Mar 28 08:27:45 2023 -0700 |
tree | e1abab2773183ac9af37c443e2c5bfc053c14811 | |
parent | e042768922475da5df29e558c7085198d31874c6 [diff] |
Retire unused variable Bug: 274103438 Test: presubmit Change-Id: I66deda33e8cf5b4bdd00621ede23bc5ad89b6bbb Signed-off-by: Roman Kiryanov <rkir@google.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.