commit | 3dba50713b6061af822e96ba40069ebbaf9faf89 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Feb 07 13:36:37 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 07 13:36:37 2025 -0800 |
tree | 059a3816ab53357a0036907866cef1daae30a414 | |
parent | 9164024dff801827c9eedff6e6fc280381399440 [diff] | |
parent | a837588780bbca0af36907d33fb1734a66fb517c [diff] |
Merge "Migrate the dist rule of api_fingerprint.txt to Soong" into main am: a837588780 Original change: https://android-review.googlesource.com/c/platform/build/+/3481490 Change-Id: Icb6e8869b53e4c3189ded0755944695dd4a0cad1 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.