commit | 8d96c7303cd73b1e11a4e946306b472ebc695d6f | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Wed Dec 08 18:13:31 2021 +0800 |
committer | Yi-yo Chiang <yochiang@google.com> | Thu Dec 09 06:00:07 2021 +0000 |
tree | 67ae3c469c441d3886e2bffee8f59ef2fc4c6615 | |
parent | f02c28d8ab395cf166bc851927f05c0f1f7298b4 [diff] |
Bump GSI PRODUCT_SHIPPING_API_LEVEL to 31 Bug: 209563751 Fixes: 209563751 Test: Presubmit Change-Id: Ifcfe39c14a9459d75a5f8656820e1b20031ef3be
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.