commit | 442e08ffa798dea9bb6b0e48cf364d67a2ca3d79 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Dec 20 13:46:27 2022 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Dec 20 16:51:53 2022 -0800 |
tree | 35b1a161abeb9d08362f352fae81efe3e0c38ebd | |
parent | 839620e38cb960acc9f1b111e08dcdda84e4fd4d [diff] |
Fix uninitialized value warnings. Bug: 263274255 Test: presubmit; make tidy-build-make_subset Change-Id: Ib6ce849596312f56e8d640c5f78e0e70f7ca54e3
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.