commit | 31276401c0abdbb25000965d2849e5250c471e70 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Thu Feb 20 14:00:15 2025 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Thu Feb 20 14:00:15 2025 +0900 |
tree | 3ec69f914eec2b3776d21ec933c7fa5f12ac06cb | |
parent | 5baa58cf9a237bba54758b86ba67f53f90ea8bf3 [diff] |
Move AvatarPicker to system_ext partition Move AvatarPicker to system_ext partition so it can locate in the same location with the overriden app package. Bug: 370352548 Test: N/A Change-Id: Ie63956c3655a60a457e13d9d209b4df46cb4e5f6
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.