commit | a0f242ae8721f400550ab7bcc6dd5d9bc5323b35 | [log] [tgz] |
---|---|---|
author | Dennis Song <denniscy@google.com> | Mon Oct 17 16:42:16 2022 +0800 |
committer | Dennis Song <denniscy@google.com> | Mon Oct 17 16:42:16 2022 +0800 |
tree | 9f6053ac6baef42f2872bfb181abeaad4294f6cb | |
parent | 09d7031f7db379ab80e048a541624b9bd2916d9c [diff] |
Add GSI overlay for SystemUI Use runtime resource overlay to override SystemUI resources in case some legacy devices might have invalid settings, and the invalid settings might cause unexpected SystemUI errors when installing GSI on different devices. Bug: 245806899 Test: Build and install GSI on Pixel Change-Id: I704ba8f1a4a1d058e5e992d3ca18bdb4bda6610d
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.