commit | d1d256d77f58f592f816635bca368068dc101e64 | [log] [tgz] |
---|---|---|
author | Kornel Dulęba <korneld@google.com> | Fri Dec 06 18:40:31 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 06 18:40:31 2024 +0000 |
tree | f3b132accdcb77631c828608401fc93694a49de7 | |
parent | aaa2ca4a34d6ce8701c6dda70a1a0ee9e60b759e [diff] | |
parent | c10e45e65d1dbddb9e51d8a242364708643d065e [diff] |
Merge "Support ADB product keys purging with a dedicated flag" into main am: 3181bdd2c3 am: c10e45e65d Original change: https://android-review.googlesource.com/c/platform/build/+/3369193 Change-Id: I1a0a69ae0aaaa3ad1c7b350a2e1a5c16b75ec1f6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.