commit | fb419ee5d8bcdaa48f684b4d68ffd6b5a64ac98b | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon Dec 23 15:16:00 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Mon Dec 23 16:52:37 2024 +0900 |
tree | d08d20bd9f1663aad36891149ef6731e9db1be4f | |
parent | 0ec576400ddfa7071ac233ef47f1e41758462168 [diff] |
Add default modules for system_ext and product Also fixes gsi_x86_64_soong_system. Bug: 381019466 Test: build gsi_x86_64_soong_system Change-Id: Ib048f4b45ffa77a8ba41341426d6b42cea1549bd
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.