commit | 22b1c022c92ee011c424c07520a25d3de95afb1f | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Mon Jun 05 16:43:55 2023 -0700 |
committer | Joe Onorato <joeo@google.com> | Sat Jun 10 14:24:00 2023 -0700 |
tree | a0d49d92a0aa87841cf2a2936b41280ea832a3b6 | |
parent | 85eb46d9935a460cf271457713b8d408907363b6 [diff] |
Make RELEASE_PLATFORM_VERSION a release config flag to set platform version. Bug: 282838389 Test: Treehugger Change-Id: Ic6dacbdee7d2408aa8b25b4df59bf9bbc566d747
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.