No description
Find a file
Lokesh Kumar Goel ef39dd44e6 [automerger skipped] Update Security String to 2023-10-01 am: 5954b245b7 am: 49b6ed9c5a am: bbab8e0653 am: 65405715bb -s ours am: 4267552993 -s ours am: d4c33f420e -s ours am: 04405c42ca -s ours am: 045ebd0e91 -s ours am: 6c04fc73fb -s ours am: 26be7a63f4 -s ours am: 1c150613e9 -s ours
am skip reason: Merged-In Iceeda64124c3152e9b31c0b6fa994fe77f90fa3b with SHA-1 e257bf1863 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/24425586

Change-Id: I151b6d5c38efa2329fc3f7a8f777aeb2a4f89112
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-08-22 19:25:38 +00:00
common
core Merge "Add BUILD_BROKEN_VENDOR_SEAPP_USES_COREDOMAIN" into main am: 0f5090934f am: 013135c684 am: 2394053656 am: 1b4eec5bee am: 8a32833082 2023-08-22 05:20:52 +00:00
packaging Trace time spent in cp rules for dist targets. 2023-06-26 23:31:30 +00:00
target Merge "Revert "Ignore vndk compat symlinks in artifact path requirements"" into main am: 6f09d105ef am: b704f738af am: 6d0f94b1f0 am: 43c81c6fda am: 6f883e4d11 2023-08-22 05:21:18 +00:00
tests Add test for b failing 2023-07-05 12:26:55 -07:00
tools Merge "Create the TEST_MAPPING file" into main am: 8c0cb8f5e3 am: 33ca96ab66 am: 61ecce75c2 am: 8cdfdb1720 am: 671a11bb4c 2023-08-22 11:23:35 +00:00
.gitignore
banchanHelp.sh
buildspec.mk.default
Changes.md Allow setting some build_broken out of boardconfig 2023-07-21 15:51:58 -04:00
CleanSpec.mk
Deprecation.md
envsetup.sh Use command instead of which to locate/run adb 2023-07-13 23:36:29 +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.