No description
Find a file
Pawan Wagh d1faf06bda Merge "Propagate punch holes flag to soong" into main am: a279c80e8d am: cd3c190cfe
Original change: https://android-review.googlesource.com/c/platform/build/+/3038377

Change-Id: I0060bcf222554a3858dfefb23f4f97af906b2481
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-04-11 18:00:18 +00:00
ci switch to using DIST_DIR env var for dist 2024-03-27 11:31:12 -07:00
common
core Merge "Propagate punch holes flag to soong" into main am: a279c80e8d am: cd3c190cfe 2024-04-11 18:00:18 +00:00
packaging
target Merge "Remove BOARD_VNDK_VERSION usage from Kati" into main am: 665827ea7b am: e67573e5e8 2024-04-09 08:23:32 +00:00
teams Add new team android_platform_performance_testing 2024-03-27 21:26:29 +00:00
tests
tools Merge changes from topic "index_instead_of_offset" into main am: d22eee50fa am: b59fa6c291 2024-04-10 19:02:17 +00:00
.gitignore
banchanHelp.sh
buildspec.mk.default
Changes.md
CleanSpec.mk
cogsetup.sh
Deprecation.md
envsetup.sh envsetup.sh: work around zsh's built-in which. 2024-03-22 15:46:59 +00:00
help.sh
METADATA
navbar.md
OWNERS
PREUPLOAD.cfg
rbesetup.sh
README.md
shell_utils.sh
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.