No description
Find a file
Spandan Das d1aa8af7d8 Merge "Create a product variable for skipping apex contribution contents" into main am: 6d7a094dd0
Original change: https://android-review.googlesource.com/c/platform/build/+/2964509

Change-Id: I1bcf3d60d59540547c6f450c7b351857f6360d97
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-02-15 08:57:24 +00:00
ci Determine if the build is in presubmit using build id 2024-01-22 14:56:13 -08:00
common math.mk supports larger number comparison 2023-10-30 10:58:25 +09:00
core Merge "Create a product variable for skipping apex contribution contents" into main am: 6d7a094dd0 2024-02-15 08:57:24 +00:00
packaging
target Merge "Remove TARGET_VNDK_USE_CORE_VARIANT" into main am: e97c59a64f 2024-02-13 22:22:35 +00:00
teams Add team rules under build/make 2024-01-26 15:51:01 +00:00
tests
tools Merge "aconfig: aconfig storage cpp api on device integration test" into main am: c670bae629 2024-02-14 23:20:07 +00:00
.gitignore
banchanHelp.sh
buildspec.mk.default
Changes.md Revert^2 "Enable genrule sandboxing by default" 2023-10-18 22:50:28 +00:00
CleanSpec.mk Clean out old rustc compiler intermediates 2023-10-03 10:35:32 -07:00
cogsetup.sh Remove workaround to copy reclient binaries 2024-01-22 19:51:51 +00:00
Deprecation.md
envsetup.sh envsetup: fix path to build/bazel/bin tools 2024-02-12 09:55:41 -08:00
help.sh
METADATA
navbar.md
OWNERS Remove lberki@google.com from OWNERS 2023-11-30 16:41:22 +00:00
PREUPLOAD.cfg
rbesetup.sh fix RE for metalava actions 2023-11-15 20:39:45 +00:00
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.