commit | 16fd16274574015681f98d07aaa55923eedfc164 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Tue Feb 25 14:45:55 2025 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Tue Feb 25 15:56:12 2025 +0900 |
tree | 17d4c4c52ebab4f3bd8a489cba2df959bfae6d02 | |
parent | 7ac8448ff7db893ff6160021c179c6d781bc7351 [diff] |
Add AvatarPicker to GSI AvatarPicker is now moved to system_ext, but this is still required from GSI as GSI keeps system_ext image within the system image. This change adds AvatarPicker to Soong-defined GSI image. Bug: 370352548 Test: N/A Change-Id: Ib78ed5631b22ea30c0e59b14031541dc94922281
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.