commit | b684a13c1c85772bb9547f1d9481609d73fc6d54 | [log] [tgz] |
---|---|---|
author | Chuong Hoang <chuongh@google.com> | Fri Jun 30 04:44:23 2023 +0000 |
committer | Chuong Hoang <chuongh@google.com> | Fri Jun 30 04:44:23 2023 +0000 |
tree | 25b1ab0c00174be5e532125e767fcd689fb64416 | |
parent | f164097056eb4a257c66cd22be4553734c2f59d3 [diff] |
Add brightness-related `TARGET_RECOVERY_UI_` properties Bug: 221048336 Test: combined with the other CL in same topic, observed recovery brightness updated correctly according to variables set in BoardConfig. Change-Id: Iebad0753079414a5e11bce04008ee405c8d03580
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.