commit | 975474a5b86a7ee303fe3c2ea2b1a43d18fac5c0 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Jan 07 16:39:29 2020 -0800 |
committer | Yifan Hong <elsk@google.com> | Tue Jan 14 14:25:38 2020 -0800 |
tree | 5e3c50411cba45b770dd9c992b530204904502f0 | |
parent | 605ea043c8abd04187f470c18b0a205590d7f181 [diff] |
Remove BUILT_VENDOR_MANIFEST variable. This was used by BUILT_SYSTEM_MATRIX and BUILT_ASSEMBLED_VENDOR_MANIFEST, but they are deleted now. Test: builds Change-Id: Ie7e242dce9c6511b90fcf06ae4b6926b230b9873
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.