Go to file
Sasha Smundak cda1f3768f 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
Change-Id: I4798fb69c639e6d52d275a5b793fa0c8ba876202
Merged-In: I4798fb69c639e6d52d275a5b793fa0c8ba876202
2021-09-15 16:12:05 -07:00
common
core Move the stable code from version_defaults.mk to version_util.mk. 2021-09-15 16:12:05 -07:00
packaging
target Merge "Add Radio AIDL to VNDK" 2021-09-09 05:21:43 +00:00
tests If filter/filter_out pattern is a list, remove empty elements from it. 2021-08-26 13:43:03 -07:00
tools Merge "Zipalign: Avoid unnecessary padding" 2021-09-15 00:34:44 +00:00
.gitignore
Android.bp
Changes.md
CleanSpec.mk Merge "Remove pre-aidegen IDE support logic" am: 818e6c0579 am: 55ac7fd6d0 2021-07-13 17:01:00 +00:00
Deprecation.md
METADATA
OWNERS
PREUPLOAD.cfg
README.md
Usage.txt
banchanHelp.sh
buildspec.mk.default
envsetup.sh Replace GENERATE_BAZEL_FILES=1 with "m bp2build". 2021-09-07 08:20:33 +02:00
help.sh
navbar.md
rbesetup.sh Add the ability to source RBE related scripts from envsetup.sh 2021-07-14 11:31:54 -04:00
tapasHelp.sh

README.md

Android Make Build System

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.