commit | 51be69f063df38eff819cb9c2bfc2f8bdf84724c | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Jan 14 13:22:17 2020 -0800 |
committer | Yifan Hong <elsk@google.com> | Tue Jan 14 14:24:51 2020 -0800 |
tree | 9f0ce297778318273c4ed54a6f6e5cac915fed68 | |
parent | 02e7851e02b00c35d19d1ed2af311957b520c238 [diff] |
device_(manifest|matrix).xml -> vendor_* Building device_manifest.xml or device_compatibility_matrix.xml only builds vendor manifest / matrices, but not all device manifest / matrices (e.g. vintf_fragments, ODM manifest, etc.). Make the name more accurate. Test: m check-vintf-all Change-Id: Ib017507c421355263d53a9e5b357f169c77da36d
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.