No description
Find a file
Inseob Kim ceb1f78094 Merge "Revert "Disable build-time debugfs restrictions on GSI builds"" into main am: f2b6a44b06 am: a236707e7d
Original change: https://android-review.googlesource.com/c/platform/build/+/3039061

Change-Id: I7d95192e899b439210c1b8126556dca0bff6037d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-04-16 04:34:22 +00:00
ci switch to using DIST_DIR env var for dist 2024-03-27 11:31:12 -07:00
common
core Merge "Revert^2 "Expose RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES"" into main am: a40c6380a1 am: ec9468ff69 2024-04-15 13:00:41 +00:00
packaging
target Merge "Revert "Disable build-time debugfs restrictions on GSI builds"" into main am: f2b6a44b06 am: a236707e7d 2024-04-16 04:34:22 +00:00
teams Configure AILabs team 2024-04-11 00:22:39 +00:00
tests
tools Merge "Make output of MakeVbmeta consistent" into main am: 8b1e29ae7e am: 8466afaa6d 2024-04-15 23:13:22 +00:00
.gitignore
banchanHelp.sh
buildspec.mk.default
Changes.md
CleanSpec.mk
cogsetup.sh Fix cogsetup.sh to work from non-root dirs 2024-01-31 17:20:13 -05:00
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.