commit | 1d7c7f674ead464bf2c097a4c790d27fb737eda7 | [log] [tgz] |
---|---|---|
author | Yi-yo Chiang <yochiang@google.com> | Thu Mar 17 05:09:22 2022 +0000 |
committer | Yi-yo Chiang <yochiang@google.com> | Fri Mar 18 04:50:48 2022 +0000 |
tree | 74c17dbd9fcc73568fd3ddc7942d2697a9bd0f69 | |
parent | 503b77926620216ac75fdcde03c3778454f2794d [diff] |
Roll-forward the VNDK snapshot list of GSI to 32 Bug: 216414337 Test: Presubmit Merged-In: Ic6cec82357cec8f4ad7bee62a4eaf2f7685b730f Change-Id: I76026d6f518c51966bc652eeb617b61967af77a7
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.