commit | 426a9f8f0254978c8b9481aedff7177031ec55c6 | [log] [tgz] |
---|---|---|
author | Jeff Hamilton <jham@google.com> | Thu Oct 19 04:54:15 2023 +0000 |
committer | Baligh Uddin <baligh@google.com> | Tue Oct 24 16:41:58 2023 +0000 |
tree | bff3abb9c53c0e70a46cb7cafd1d49df2f910a76 | |
parent | 79a45fa17895b7aa8b27406806087a0c2f44b9ba [diff] |
Move most version variable out to relase configs. This allows finer control of the version variables per release config, and removes a lot of computed logic in favor of just directly setting the values. Bug: 306702353 Test: lunch <device>-next-userdebug && m -j98 Change-Id: I9edc7171d124f0cfa540fea6f0e06ba877910444 Ignore-AOSP-First: Changes in internal projects first. Merged-In: I9edc7171d124f0cfa540fea6f0e06ba877910444
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.