commit | 4a39d20909185a87dcf673bc966a45cb49125449 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Oct 05 10:17:39 2023 +0900 |
committer | Justin Yun <justinyun@google.com> | Thu Oct 05 18:07:20 2023 +0900 |
tree | 632db3b18dfc57e6751c616155c097805c81135f | |
parent | 44a7f9ccb3f85b23ed3db6bc212cd8ec06da39e4 [diff] |
Install VNDK v35 in the vendor partition This is required for the vendor image with VNDK v35 to be used for the GRF configuration. This does not modify the VNDK install path before release. Bug: 299867815 Test: lunch cf_x86_64_phone-next-userdebug; m Change-Id: I689cb6dcf66cd4a23c447bd0d761677f78b0936a
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.