| commit | cbddf1489fbe02e09a348cbed0273228f08ea0c2 | [log] [tgz] |
|---|---|---|
| author | Tim Van Patten <timvp@google.com> | Mon Jun 23 15:37:10 2025 -0700 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jun 23 15:37:16 2025 -0700 |
| tree | 6b92cbc2246cbf6ce8b98927a0f615907a14413a | |
| parent | e0c977eb9ca212537d99d4fed000c03309fd43eb [diff] |
Revert "Reapply "Export pvmfw properties to soong"" Revert submission 34152492-reapply_pvmfw_soong Reason for revert: Breaks brya and nissa builds (ab/git_main-throttled). For example: http://ab/13682614 ``` error: build/soong/fsgen/Android.bp:32:1: module "brya_generated_device" variant "android_x86_64_alderlake" (created by module "soong_filesystem_creator" variant "android_common"): depends on disabled module "pvmfw_img" ``` Reverted changes: /q/submissionid:34152492-reapply_pvmfw_soong Change-Id: I09e462bf89b446be5f60eea42283fd0c32c819eb
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.