Go to file
Jose Galmes cb11a64e41 Remove system_dlkm from framework partitions.
Temporary fix for kalama build. The kalama build contains system_dlkm in
the vendor build, but the merge tools expect it in the framework build.

Bug: b/237704408
Change-Id: Ib8b70d6ae05c8b900d72a37939a17a30a712eb19
2022-11-22 09:13:53 -08:00
common
core Android 13.0.0 release 4 2022-09-14 10:15:15 -07:00
orchestrator
packaging
target Add AVDT_NUM_SEPS to bluetooth config. 2022-09-28 14:29:16 -07:00
tests
tools Remove system_dlkm from framework partitions. 2022-11-22 09:13:53 -08:00
.gitignore
Changes.md
CleanSpec.mk
Deprecation.md
METADATA
OWNERS
PREUPLOAD.cfg
README.md
Usage.txt
banchanHelp.sh
buildspec.mk.default
envsetup.sh
finalize_branch_for_release.sh
help.sh
navbar.md
rbesetup.sh
tapasHelp.sh

README.md

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.