commit | 5d09b51ba9f273dfaf467c3308ad4e60c5475072 | [log] [tgz] |
---|---|---|
author | Juyu Chen <juyuchen@google.com> | Fri Apr 12 05:56:15 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 12 05:56:15 2024 +0000 |
tree | e3a73698b129670ce818420893d623dc0844098e | |
parent | 7cefe70a0015aa728ebc3e38862ab00dc37f0a1e [diff] |
Revert "Expose RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES" This reverts commit 7cefe70a0015aa728ebc3e38862ab00dc37f0a1e. Reason for revert: < Satish Yalla, 8 min Hi @Juyu Chen could you please create a revert for this CL https://android-review.git.corp.google.com/c/platform/build/+/3033593 suspecting culprit for b/333859398 Thanks! > Change-Id: I35e3313a5e9bc751430ab0fc39c3c07b0a50cb7b
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.