commit | a2440a3e4a26447a080ca710042faf20a96b8db2 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Wed May 15 15:49:34 2024 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Wed May 15 08:32:27 2024 +0000 |
tree | 717ad69f92a9a5f975f3f39c247e75614cb12eea | |
parent | 971452699532472f6c0130781e93ec007e9497a1 [diff] |
Create APEX ABI dumps with next release configuration Next release configuration maps the codename to the finalized API level, but fina_2 doesn't. Ignore-AOSP-First: Finalization scripts are not on AOSP Test: build/make/tools/finalization/finalize-sdk-rel.sh Bug: 340507697 Change-Id: I00e55bf350ff5b5f5b10f9e74ceff38b0660dde3
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.