commit | 2a29dfdf346a33ea78fdc6f135ec5b1d47adb176 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Fri Nov 15 11:47:26 2024 +0900 |
committer | Justin Yun <justinyun@google.com> | Fri Nov 15 11:47:26 2024 +0900 |
tree | 311b2ca6c56c90c18a3be0d6b0053cc6085165f6 | |
parent | 27e9f567bec9686cd399720baa0509c5a033266f [diff] |
Rename generic_system_image to aosp_shared_system_image To avoid confusion with the GSI, rename the generic_system_image to aosp_shared_system_image. Bug: 378572528 Test: TH Change-Id: I99c38dd2fbf94ecec628713b1b4cad8a77a4af75
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.