commit | 26e0430ee0ac4572c173c770ff51aa768b89645d | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Sep 12 16:15:29 2024 +0900 |
committer | Justin Yun <justinyun@google.com> | Fri Sep 27 16:39:30 2024 +0900 |
tree | e5b0716e50800144ddfd700c36e33472dc85cf51 | |
parent | cc0bb805aa7fdc3c0208858fcdfb21686773fef7 [diff] |
Define generic system image for Android targets generic system image includes system files for all Android targets and can be used to define the system image. Bug: 365670526 Test: lunch aosp_cf_x86_64_phone_soong_system-trunk_staging-userdebug && m Change-Id: Ibadd4d95f3224868f46e463b1570e9eb26ce351e
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.