commit | fdeacfd30a19be46506b447e1ea9d7641843a1b4 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Thu Mar 28 13:05:05 2024 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Thu Mar 28 13:05:05 2024 +0900 |
tree | 2dbfdb625fb11a70521e09ee3609aa48be5ef77f | |
parent | f8e7919759b5d43cc6c6edd09397b140e16fdb2d [diff] |
Remove PLATFORM_VNDK_VERSION related code As of VNDK deprecation, PLATFORM_VNDK_VERSION should no longer be used. This change removes most of references for PLATFORM_VNDK_VERSION variable. Bug: 330100430 Test: AOSP CF build succeeded Change-Id: I9293deffc01d2431740c43ecae23719a9171f344
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.