commit | f019601670055445878fe4e3221f1b21c1eff292 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Thu Jul 06 16:41:22 2023 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Fri Jul 14 01:18:19 2023 +0000 |
tree | 6f0e04a8b46ef7d043847f0efbe49cd0a92c22eb | |
parent | 76d1e380a63511e583959d47d304ec4dbf8fd5fd [diff] |
Add a new variable for deprecating VNDK Add a new flag variable for deprecating VNDK. This variable should be passed to Soong, so it can change behavior based on the flag. Bug: 290157355 Test: build succeeded with KEEP_VNDK=false Change-Id: I3a9d1041411ad24ff42f76506a8f929e364b868d
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.