commit | 1178673d5e5975949b7bc1c9fe936cbadc0daebc | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Sat Feb 13 06:07:43 2021 +0000 |
committer | Yo Chiang <yochiang@google.com> | Sat Feb 13 06:08:54 2021 +0000 |
tree | 3c0f8897897a7929ec80f46b74a765083123cd5f | |
parent | ecaa59231044282f3e32abce734e48f00b900120 [diff] |
Revert "Set PRODUCT_SHIPPING_API_LEVEL in gsi_release.mk" This reverts commit ecaa59231044282f3e32abce734e48f00b900120. Reason for revert: b/177495407#comment9 breaks aosp_arm Exempt-From-Owner-Approval: Clean revert Change-Id: If4586901fc1806c5394a385c8686ef5fd8748f24
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.