commit | 1335903d4e15351e28fa144c6fb53ce43a0157ef | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Sun Sep 12 17:09:01 2021 -0700 |
committer | Sasha Smundak <asmundak@google.com> | Mon Sep 13 09:23:40 2021 -0700 |
tree | 6f43e8ddfd8926c379e60a2e90f02b4473f139e0 | |
parent | 1ab1c2ff9676bd8af9ea8f000193e5bd0d69ca65 [diff] |
Move the stable code from version_defaults.mk to version_util.mk. With version_defaults.mk containing only simple assignments, it can be automatically converted to Starlark. This is a cherrypick of ag/15768054 Bug: 198995713 Test: treehugger Merged-In: I4798fb69c639e6d52d275a5b793fa0c8ba876202 Change-Id: I17fab2e46c085fc4c07ae13c5e8cfb439097c634
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.