No description
Find a file
Treehugger Robot 8f735a8910 Merge "Move ro.apex.updatable to the system partition" am: 770bfc34e3 am: 0e3d0523bf am: 416c3d676f am: 3820741906
Original change: https://android-review.googlesource.com/c/platform/build/+/2627769

Change-Id: I0d59b4e6e14cb63ce9a3ac390a3809070a25de42
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-19 11:28:04 +00:00
common
core Merge "Remove --blkid_path argument" am: e4635b3e04 am: 4941f6fd47 am: da705680d7 2023-06-16 08:36:48 +00:00
packaging BUILD_NUMBER and BUILD_HOSTNAME doesn't affect kati regeneration 2023-05-22 22:42:07 +00:00
target Merge "Move ro.apex.updatable to the system partition" am: 770bfc34e3 am: 0e3d0523bf am: 416c3d676f 2023-06-19 10:45:24 +00:00
tests Make RELEASE_PLATFORM_VERSION a release config flag to set platform version. 2023-06-11 09:17:43 -07:00
tools Merge "Handle zip64 extra fields better" am: 57c1aa7b16 am: 5c3a34b358 am: acddbb78de 2023-06-18 00:45:05 +00:00
.gitignore
banchanHelp.sh
buildspec.mk.default
Changes.md Merge "Add BUILD_BROKEN_PLUGIN_VALIDATION flag" 2023-05-23 17:08:46 +00:00
CleanSpec.mk
Deprecation.md
envsetup.sh Adapt to gdbrunner packaging. 2023-05-16 22:59:55 +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.