commit | d8db785ed0648ea5a91f0657a9128da28e0c5c7d | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Sat Apr 03 14:56:04 2021 +0000 |
committer | Yo Chiang <yochiang@google.com> | Sat Apr 03 14:56:51 2021 +0000 |
tree | 5ae0ea063bad362c57e52aca8da0f359020a59a0 | |
parent | 1178673d5e5975949b7bc1c9fe936cbadc0daebc [diff] |
Revert^2 "Set PRODUCT_SHIPPING_API_LEVEL in gsi_release.mk"" This reverts commit 1178673d5e5975949b7bc1c9fe936cbadc0daebc. Reason for revert: reland after aosp/1663197 is submitted Change-Id: I3e03e62af38f329e24c057748d1e90a09a38a3b8
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.