commit | 13364457c2fd97bf39b8063f9960e1349548ee1e | [log] [tgz] |
---|---|---|
author | Chaitanya Cheemala (xWF) <ccheemala@google.com> | Fri Dec 13 04:03:14 2024 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 13 04:03:14 2024 -0800 |
tree | e3cf73fd4bd2978be0fdbb600998fa49ad54ecd8 | |
parent | f4d31a590aa086ffbea84d01748c4d0e50c439e8 [diff] |
Revert "GSI: build pvmfw" This reverts commit f4d31a590aa086ffbea84d01748c4d0e50c439e8. Reason for revert: Likely culprit for b/383988648 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Change-Id: I12f047bd1bfa120f2e354da2af7a3b8ecd925b29
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.