-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ32YwwAKCRDorT+BmrEO ePa9AKCNNRK2IgqNNYHNTih8ic/ynJHcUgCfU9e9nGAHRZMwqsbdDbj8fabb240= =gJ/N -----END PGP SIGNATURE----- gpgsig -----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQFh1OO7aG1UyBm74a5e1iZNApzvpOm5EgiLf3zLsgL1036cjjb8J474vDT5e+1Jm0m tRu9jECJk5mE3iKx/X8Qs= -----END SSH SIGNATURE----- Merge tag 'android-15.0.0_r10' into staging/lineage-22.1_merge-android-15.0.0_r10 Android 15.0.0 release 10 # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ32YwwAKCRDorT+BmrEO # ePa9AKCNNRK2IgqNNYHNTih8ic/ynJHcUgCfU9e9nGAHRZMwqsbdDbj8fabb240= # =gJ/N # -----END PGP SIGNATURE----- # gpg: directory '/home/mike/.gnupg' created # gpg: keybox '/home/mike/.gnupg/pubring.kbx' created # gpg: Signature made Tue Jan 7 23:12:35 2025 EET # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Can't check signature: No public key # By Android Build Coastguard Worker # Via Android Build Coastguard Worker * tag 'android-15.0.0_r10': Version bump to AP4A.250105.002 [core/build_id.mk] Version bump to AP4A.250105.001 [core/build_id.mk] Version bump to AP4A.241205.013.T1 [core/build_id.mk] Version bump to AP4A.241205.004.F2 [core/build_id.mk] Version bump to AP4A.241205.013.C1 [core/build_id.mk] Version bump to AP4A.241205.013.A2 [core/build_id.mk] Version bump to AP4A.241205.004.F1 [core/build_id.mk] Version bump to AP4A.241205.013.B1 [core/build_id.mk] Version bump to AP4A.241205.013.A1 [core/build_id.mk] Version bump to AP4A.241205.004.E2 [core/build_id.mk] Change-Id: I47e99b7814f4715058a259ea6df7e02f763ba59b |
||
|---|---|---|
| ci | ||
| common | ||
| core | ||
| packaging | ||
| target | ||
| teams | ||
| tests | ||
| tools | ||
| .gitignore | ||
| Android.bp | ||
| banchanHelp.sh | ||
| buildspec.mk.default | ||
| Changes.md | ||
| CleanSpec.mk | ||
| cogsetup.sh | ||
| 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.