No description
Find a file
2025-03-26 21:08:23 -07:00
backported_fixes backported_fixes_proto: specify sdk_version 2025-01-07 11:23:19 -08:00
ci Cleanup python version properties 2025-02-28 16:34:05 -08:00
common Add soong_config_set_int 2025-03-18 13:30:29 -07:00
core Merge "Add warning for modifying the vendor api level." into main 2025-03-26 21:08:23 -07:00
packaging Merge "Define droidcore and droidcore-unbundled in sooong-only builds" into main 2025-01-09 13:18:37 -08:00
target Merge "Revert^2 "Add symlinks that are in make-built system partition but not in soong-built system partition"" into main 2025-03-19 11:42:48 -07:00
teams Update Android VDM team name 2025-03-13 05:38:36 -07:00
tests
tools Merge "aconfig: implement fingerprint for rust" into main 2025-03-26 11:22:01 -07:00
.gitignore
Android.bp
banchanHelp.sh
buildspec.mk.default
Changes.md Update Python 3 migration note in Changes.md 2025-02-07 10:32:24 -08:00
CleanSpec.mk
Deprecation.md
envsetup.sh envsetup: Clarify lunch help for listing targets 2025-03-24 10:31:55 +00:00
help.sh
navbar.md
OWNERS
PREUPLOAD.cfg
rbesetup.sh
README.md
shell_utils.sh create symlink destination if it doesn't exist for cog workspaces 2025-03-10 12:00:35 -07:00
tapasHelp.sh
Usage.txt

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.