commit | bc2fe4f526f42f5e6dc09b3b2e3abcf568af633f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Nov 21 04:56:31 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 21 04:56:31 2023 +0000 |
tree | 434be8d23efe024d1acb47f3f3a8c6dd6f7de6fc | |
parent | f7f3b9774899c4738cb056f1b59880df92b74761 [diff] | |
parent | 99ec4c5bffcd730e6d75da005d058e7371856ac8 [diff] |
Merge "Add HIDL support services to telephony_system_ext" into main am: 99ec4c5bff Original change: https://android-review.googlesource.com/c/platform/build/+/2838551 Change-Id: I28bab7429533874f22f2130982c568e0aab39500 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.