commit | af6c94a9a6ba50743078c9c6274c00a78c35ebae | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jan 29 17:59:03 2024 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Jan 29 18:33:48 2024 +0000 |
tree | 0ec81786edea7b5cf5f52ae7a0b9cc99683f9dd5 | |
parent | 99690daccc2f6e31dfb04b000c0c4df70fd26bf2 [diff] |
finalization: remove VNDK stuff Now that the VNDK is deprecated, we can remove all references in the finalization script. This is a no-op since it is only removing comments. Bug: 318888218 Test: `grep -rin vndk` no output Change-Id: Ia07dffc21d5e02e6d6d52400a2fdf6572242c160
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.