commit | 47542b1ae43ef3c5e24109aff9ce3b69e18ae84f | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Jan 09 17:22:34 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 09 17:22:34 2025 -0800 |
tree | d6389779fa77ae40fbb710071ac50163dffbb151 | |
parent | 8bd21dd86e38cd3afd63d808901c6ed518bcfe7a [diff] |
Revert "Add GSI targets using soong built system image" Revert submission 3377572-soong_built_gsi_system_image Reason for revert: soong_system targets are redundant now Reverted changes: /q/submissionid:3377572-soong_built_gsi_system_image Change-Id: I64d0e0ec7f49b9c65f3472df16ace101338f5864
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.