commit | d751b5249dbb7c839b13267eba8d94cb2a60f78d | [log] [tgz] |
---|---|---|
author | Liana Kazanova <lkazanova@google.com> | Thu Nov 07 20:47:49 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 07 20:47:52 2024 +0000 |
tree | 25219e8c72459da53289e7e15dc1b7d6b7603b29 | |
parent | fab1cbef40fa702099a7dbffceb0d857a305aa66 [diff] |
Revert "Export vbmeta variables to soong" Revert submission 3341139-vbmeta_partitions_in_soong Reason for revert: DroidMonitor: Potential culprit for http://b/377943457. Reverted changes: /q/submissionid:3341139-vbmeta_partitions_in_soong Change-Id: Id83b24f6ff00aff03da72bffe55befe27231c6af
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.