commit | bf8da8553e2808be85b9b3ad0105b5092a266186 | [log] [tgz] |
---|---|---|
author | micky387 <mickaelsaibi@free.fr> | Wed Feb 05 15:50:43 2025 -0500 |
committer | micky387 <mickaelsaibi@free.fr> | Wed Feb 05 15:50:43 2025 -0500 |
tree | 66b2009c411b2ff44f5240da575fc54f366e0629 | |
parent | 05ca7b93bbaa3f86cf5244a1e8fb47ff29b84a10 [diff] | |
parent | 0530ba230c8ec87304ad88c9b27891d98dc9ef28 [diff] |
Merge tag 'android-15.0.0_r14' of https://android.googlesource.com/platform/build into HEAD Android 15.0.0 Release 14 (AP4A.250205.002) Change-Id: I5c2f1aa727e7e7c9a0424aa22b69ca17b9b0e02a # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ6KKlwAKCRDorT+BmrEO # eHPMAJ46I/qLkqi7OVomW/h6t3WIjZnWWgCbBWRJZelNypk3B7l1z/ixuLNFtV4= # =u7Fz # -----END PGP SIGNATURE----- # gpg: Signature faite le mar 04 fév 2025 16:45:59 EST # gpg: avec la clef DSA 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Impossible de vérifier la signature : Pas de clef publique
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.