No description
Find a file
Almaz Mingaleev e8397e56bb Merge "Use tzdata's flag in PRODUCT_PACKAGES." into main am: e882108ee5 am: c0ac71c469 am: 2b13850bf8
Original change: https://android-review.googlesource.com/c/platform/build/+/2901015

Change-Id: I41b0802e038daf2eba95a4aba176d83d4f1e9239
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-01-10 16:15:58 +00:00
common math.mk supports larger number comparison 2023-10-30 10:58:25 +09:00
core Merge changes from topics "revert-2897484-revert-2897682-dont_limit_systemsdk-JCOOOXGAIF-BSJGJAJAWC", "revert-2897568-revert-2894701-limit_systemsdk-WNEMOTGMRS-ROJNXPXKUV" into main am: 32fd2dee4f am: 6ed485ed67 am: 4248a4b727 2024-01-06 18:53:05 +00:00
packaging
target Merge "Use tzdata's flag in PRODUCT_PACKAGES." into main am: e882108ee5 am: c0ac71c469 am: 2b13850bf8 2024-01-10 16:15:58 +00:00
tests
tools Merge "Add a package in the SBOM of framework_res.jar." into main am: 2b54123029 am: 583cd41197 am: eb8396ea9c 2024-01-08 20:41:03 +00:00
.gitignore
banchanHelp.sh
buildspec.mk.default
Changes.md Revert^2 "Enable genrule sandboxing by default" 2023-10-18 22:50:28 +00:00
CleanSpec.mk Clean out old rustc compiler intermediates 2023-10-03 10:35:32 -07:00
cogsetup.sh Copy reclient binaries into the out directory itself 2023-09-28 17:46:59 +00:00
Deprecation.md
envsetup.sh Merge "Fix numeric selection from lunch menu" into main 2024-01-08 19:06:02 +00:00
help.sh
METADATA
navbar.md
OWNERS Remove lberki@google.com from OWNERS 2023-11-30 16:41:22 +00:00
PREUPLOAD.cfg
rbesetup.sh fix RE for metalava actions 2023-11-15 20:39:45 +00:00
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.