No description
Find a file
Jiyong Park b006f84df7 Merge "Export PLATFORM_VERSION_KNOWN_CODENAMES to soong" am: 8be3eced81 am: 63a47a693e
Original change: https://android-review.googlesource.com/c/platform/build/+/2132214

Change-Id: Icceba2b3a0bc33601f4f5f5c39bbb4698846da35
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-06-21 17:34:21 +00:00
common
core Merge "Export PLATFORM_VERSION_KNOWN_CODENAMES to soong" am: 8be3eced81 am: 63a47a693e 2022-06-21 17:34:21 +00:00
orchestrator Orchestrator can build end to end. 2022-05-26 15:11:23 -07:00
packaging
target Remove AIDL libs from VNDK libs 2022-06-14 16:42:19 +09:00
tests Add function for flattening 2d lists 2022-05-05 11:41:59 -07:00
tools Merge "Fix potential error for sys.platform" am: 59f36c1950 am: fa7bb8304a 2022-06-15 21:12:26 +00:00
.gitignore ignore .iml files (IntelliJ) 2022-06-17 12:17:53 -04:00
banchanHelp.sh
buildspec.mk.default
Changes.md
CleanSpec.mk
Deprecation.md
envsetup.sh Merge "[Bugfix][Coredump] Fix coredump_enable() in envsetup.sh" am: f6aae1608d am: cbc5cc8500 2022-06-02 22:33:55 +00:00
finalize_branch_for_release.sh finalize_branch_for_release.sh: avoid envsetup.sh 2022-06-07 17:49:46 +00:00
help.sh
METADATA
navbar.md
OWNERS sdk finalization script OWNERS smoreland@ 2022-04-22 22:08:34 +00:00
PREUPLOAD.cfg
rbesetup.sh Update rbesetup.sh script to no longer set certain env variables 2022-05-27 11:31:45 -04:00
README.md
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.