Go to file
Jake Weinstein ff76064343 Android 13.0.0 Release 52 (TQ3A.230605.012)
-----BEGIN PGP SIGNATURE-----
 
 iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZIi36QAKCRDorT+BmrEO
 eB7uAJ9NmDkNlD24enKk/AJHpnALE/xKrwCdGPc9gt/4kT+HMhdG9IiROXWDIJQ=
 =WMVr
 -----END PGP SIGNATURE-----

Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/build into HEAD

Android 13.0.0 Release 52 (TQ3A.230605.012)

Change-Id: I5d3ee0a5b933d8c4fa536eac4656ce0ff4d585f6
2023-06-14 10:17:35 +09:00
common
core Android 13.0.0 Release 52 (TQ3A.230605.012) 2023-06-14 10:17:35 +09:00
orchestrator
packaging
target Android 13.0.0 Release 52 (TQ3A.230605.012) 2023-06-14 10:17:35 +09:00
tests
tools Android 13.0.0 Release 52 (TQ3A.230605.012) 2023-06-14 10:17:35 +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.