commit | 9c2b422ffc468ff73faae6ffdd6e827a453ef531 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Feb 07 14:12:17 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 07 14:12:17 2025 -0800 |
tree | 8a11cee8d70396140153e3d050eedfcbf90cf7b8 | |
parent | e50387f29ef97991955532c36d6e0d26fb408773 [diff] | |
parent | 3dba50713b6061af822e96ba40069ebbaf9faf89 [diff] |
Merge "Migrate the dist rule of api_fingerprint.txt to Soong" into main am: a837588780 am: 3dba50713b Original change: https://android-review.googlesource.com/c/platform/build/+/3481490 Change-Id: I786ec82ffd77bb4c070c66b23eb76dd7c49bf2d0 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.