commit | 0951181a1939f0b816a1d4880e4aec542b6a0653 | [log] [tgz] |
---|---|---|
author | Marvin Ramin <marvinramin@google.com> | Thu Mar 13 05:38:36 2025 -0700 |
committer | Marvin Ramin <marvinramin@google.com> | Thu Mar 13 05:38:36 2025 -0700 |
tree | b9cec1060ec3ebe98723b560a0651cadb5e8d35a | |
parent | a3cea59f75c3c5c072fb2c0f0faa9274a5b9babb [diff] |
Update Android VDM team name Update the team name from xr_framework -> virtual_device_framework. Bug: 403209566 Test: n/a Flag: config change Change-Id: I21393c64d4147152afb3c78e87b24d7a62bc869c
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.