commit | 3c68c36a1e8f4699c53bc6fc6009e31f15a5c124 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Oct 02 02:37:03 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 02 02:37:03 2024 +0000 |
tree | ca1b7129f799733b688ac48af5e36baedc5bbac2 | |
parent | 1664516116195f7d05c7282babf9e7613f2e453e [diff] | |
parent | e89581b7758d7d6c2922a28b377f944080239832 [diff] |
Merge "Export ril related flag to soong" into main am: e89581b775 Original change: https://android-review.googlesource.com/c/platform/build/+/3272222 Change-Id: I88c43f6bdbce262963379e24caed54a2401e0fcd 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.