No description
Find a file
Bart Van Assche 9579432f4e Merge "Makefile: Optimize the code for creating the kernel module list" into main am: a290c6caf8 am: 3bd214ae73
Original change: https://android-review.googlesource.com/c/platform/build/+/2983201

Change-Id: I4da2ab9809090b335c91755599fda1990e740bc0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-03-01 00:32:36 +00:00
ci Build the general tests host shared libs. 2024-02-21 12:18:49 -08:00
common
core Merge "Makefile: Optimize the code for creating the kernel module list" into main am: a290c6caf8 am: 3bd214ae73 2024-03-01 00:32:36 +00:00
packaging
target Merge "Use build flag to control the apex boot jars to be excluded." into main am: eb4f3ec4b8 2024-02-29 19:11:08 +00:00
teams Add new team rules 2024-02-15 14:46:29 +00:00
tests
tools Merge "aconfig: disable export mode for generated native flag libraries" into main am: 1fdf9f22df am: 47b50017df 2024-02-29 22:05:06 +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: fix path to build/bazel/bin tools 2024-02-12 09:55:41 -08: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.