commit | 6d7afa00e3dcbab2a60e0c6e88d3c7c2ad78e82e | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Mon Jun 05 16:43:55 2023 -0700 |
committer | Joe Onorato <joeo@google.com> | Sun Jun 11 09:17:43 2023 -0700 |
tree | 0b22d19be99c52c3c4a050988783c5ee58190f4c | |
parent | d6df20a058746d2858e31de751a0690f8fe7fb08 [diff] |
Make RELEASE_PLATFORM_VERSION a release config flag to set platform version. Bug: 282838389 Test: Treehugger Merged-In: Ic6dacbdee7d2408aa8b25b4df59bf9bbc566d747 Change-Id: Ie61a7d986c2b8fe2c16117f6678b9e5a71711647
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.