commit | 876a3c8934dc60cb98b5424d0c710d1d8191a6b2 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Mon Aug 16 21:30:54 2021 +0800 |
committer | Hung-ying Tyan <tyanh@google.com> | Fri Sep 10 07:14:40 2021 +0000 |
tree | 24f111cd3d7ed9504ae28dc4ddf7cde7d6e15d85 | |
parent | b04f414eedbe627a5039def11c499a4f4743a869 [diff] |
Roll-forward the VNDK snapshot list of GSI The latest stable SDK version is 31, so add 31 to the list of VNDK snapshots. Bug: 196806844 Bug: 198554350 Test: Presubmit Change-Id: Ia9aab527d9c1fe1d1eb6c72ebc184a3fccad6a22 Merged-In: Ia9aab527d9c1fe1d1eb6c72ebc184a3fccad6a22
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.