commit | 392a0db18d4953a4588ce30554e6973a1e3d72d6 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Mon Aug 16 21:30:54 2021 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Wed Dec 08 18:12:47 2021 +0800 |
tree | 18b2732ef72040afa51d2d928c8656a85658e0df | |
parent | 8fb2d83457badf54fcf1a47cafe04d83e3c69a21 [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 Test: Presubmit Change-Id: Ia9aab527d9c1fe1d1eb6c72ebc184a3fccad6a22 Merged-In: Ia9aab527d9c1fe1d1eb6c72ebc184a3fccad6a22 (cherry picked from commit 33fc244de578bf7d3c3ace902d1495b3dfe8967b)
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.