Go to file
Kunmun 49c8a9a8c8 Revert "[STOPSHIP] Make broken copy headers the default."
This reverts commit c58c5d13a9.

Reason for revert: No longer needed as we have switched over to LA.VENDOR.13.2 from LA.UM.9.14

Change-Id: I72bd450cc897dd51b598fec33c932715dfe29c08
2023-05-16 05:55:52 +00:00
common
core Revert "[STOPSHIP] Make broken copy headers the default." 2023-05-16 05:55:52 +00:00
orchestrator
packaging
target Android 13.0.0 release 32 2023-03-15 06:43:31 +09:00
tests
tools Android 13.0.0 release 32 2023-03-15 06:43:31 +09:00
.gitignore
Changes.md
CleanSpec.mk
Deprecation.md
METADATA
OWNERS
PREUPLOAD.cfg
README.md
Usage.txt
banchanHelp.sh
buildspec.mk.default
envsetup.sh envsetup.sh: source vendorsetup.sh files again after roomservice sync 2023-02-05 07:44:58 +00:00
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.