-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8fg+gAKCRDorT+BmrEO eALMAJ97eIFL19k52KFX7KHwMIeCWJGo6wCfX6OJIGfV96pGDIiN70XmvsA/1Hg= =cg11 -----END PGP SIGNATURE----- gpgsig -----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQLjL4A/7A76zgw6+ehYFMP3QOAmKOM2qqUV4anw74OBuK72DPlXDXJsuOfLRPPKRwt bSqwU6sZUaALiWRhNDcgE= -----END SSH SIGNATURE----- Merge tag 'android-15.0.0_r23' into staging/lineage-22.2_merge-android-15.0.0_r23 Android 15.0.0 Release 23 (BP1A.250305.020.T2) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8fg+gAKCRDorT+BmrEO # eALMAJ97eIFL19k52KFX7KHwMIeCWJGo6wCfX6OJIGfV96pGDIiN70XmvsA/1Hg= # =cg11 # -----END PGP SIGNATURE----- # gpg: Signature made Wed Mar 5 07:28:26 2025 EET # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate] * tag 'android-15.0.0_r23': Version bump to BP1A.250305.020.T2 [core/build_id.mk] Version bump to BP1A.250305.020.T1 [core/build_id.mk] Change-Id: I090c9eaa4c0025dd018ad7085bb63c16a92833aa |
||
|---|---|---|
| backported_fixes | ||
| ci | ||
| common | ||
| core | ||
| packaging | ||
| target | ||
| teams | ||
| tests | ||
| tools | ||
| .gitignore | ||
| Android.bp | ||
| banchanHelp.sh | ||
| buildspec.mk.default | ||
| Changes.md | ||
| CleanSpec.mk | ||
| Deprecation.md | ||
| envsetup.sh | ||
| help.sh | ||
| 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.