commit | be78edc9e5a9040f8d7160194d95d590a59a9778 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Nov 05 17:20:34 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Mon Nov 11 14:07:31 2024 +0900 |
tree | b22f359b9a8d11a6a53ebb1042798330956ab103 | |
parent | c4707d947346a32483f2f3f9d798b577b4647891 [diff] |
Define android_gsi module android_gsi is a Soong-built GSI. Bug: 370351758 Test: m android_gsi Change-Id: If7ded58f3ba3c07264942c06b64f5b874395b923
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.