commit | 6b563009e6466ab89236e7024497893381cbef29 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Mon Mar 17 17:35:14 2025 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Mon Mar 17 01:39:11 2025 -0700 |
tree | fa6c1c34d902db8647d9c252ed7cda0a9ea1a082 | |
parent | 38e83e37290691c7e68800e926a1ad4fa8ca80c6 [diff] |
Move android.hidl.memory@1.0-impl to system_ext android.hidl.memory@1.0-impl is no longer installed from the latest android version, which diverges system image into two versions. To unify system image over target device versions, move diverging factor to the system_ext partition. Bug: 403049290 Test: Target with old version installs android.hidl.memory@1.0-impl in the system_ext partition Change-Id: I6c07a6e510308781f643888fb46224a6379bb264
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.