No description
Find a file
2026-03-31 19:50:06 +03:00
backported_fixes Merge "backported_fixes_proto: specify sdk_version" into main am: 2870517c26 am: c4cfe3fad9 2025-01-07 14:10:15 -08:00
ci Copy general-tests_jacoco_report_classes.jar to dist dir when Java coverage is enabled. 2025-09-05 07:47:46 -07:00
common Add soong_config_set_int 2025-03-18 13:30:29 -07:00
core build_make : Guarddo changes 2026-03-31 19:50:06 +03:00
packaging Merge "Define droidcore and droidcore-unbundled in sooong-only builds" into main 2025-01-09 13:18:37 -08:00
target build_make : Guarddo changes 2026-03-31 19:50:06 +03:00
teams Merge "Add trendy_team_desktop_biometrics" into main 2025-08-29 18:57:29 -07:00
tests Remove run_tool_with_logging function from envsetup.sh 2024-06-06 23:53:36 +00:00
tools build_make : Guarddo changes 2026-03-31 19:50:06 +03:00
.gitignore ignore .iml files (IntelliJ) 2022-06-17 12:17:53 -04:00
Android.bp Convert nonempty to soong 2025-07-31 14:05:00 +08:00
banchanHelp.sh Allow selecting a different product in banchan. 2021-04-19 18:32:00 +01:00
buildspec.mk.default Add TARGET_PLATFORM_VERSION to lunch 2017-03-23 09:44:08 -07:00
Changes.md Remove mention of TEMPORARY_DISABLE_PATH_RESTRICTIONS 2025-06-17 11:14:44 -07:00
CleanSpec.mk Use build-flag from build/soong/bin 2025-06-06 12:35:07 -07:00
Deprecation.md Obsolete unused module types 2020-04-18 21:00:18 -07:00
envsetup.sh use sdk_phone64_x86_64 as the default target 2026-03-31 19:39:45 +03:00
help.sh Add sync to m help 2022-09-22 02:26:10 +00:00
navbar.md Mark envsetup.sh vars as deprecated in makefiles 2017-11-28 14:19:50 -08:00
OWNERS Remove joeo and jingwen from OWNERS 2025-04-30 13:03:22 -07:00
PREUPLOAD.cfg Add bpfmt option for platform/build project 2025-03-25 12:21:52 -07:00
rbesetup.sh Merge "rust: Add default Rust RBE execution strategy" into main 2025-07-08 10:03:23 -07:00
README.md Mark envsetup.sh vars as deprecated in makefiles 2017-11-28 14:19:50 -08:00
shell_utils.sh Make sure the findmnt command exists before checking if cartfs is running. 2025-09-12 07:56:42 -07:00
tapasHelp.sh Add a keys argument to tapas 2022-02-07 18:50:22 +00:00
Usage.txt Remove the PRODUCT-* goal 2019-07-29 14:27:04 -07:00

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.