| commit | ab9d552130b69cd3f10b6701f912eff0ee35dc7c | [log] [tgz] |
|---|---|---|
| author | Hyein Yu <hyeinyu@google.com> | Thu Aug 14 01:16:48 2025 +0000 |
| committer | Hyein Yu <hyeinyu@google.com> | Thu Aug 14 01:16:48 2025 +0000 |
| tree | 0572ee6ea0751a076096b057ad4bdfb646625978 | |
| parent | 085c1fe855d57752aee5707e982883a66e9f7975 [diff] |
Rename module from telephony2 to telephonycore Bug: 438571607 Test: presubmit Flag: build.RELEASE_TELEPHONY_MODULE Change-Id: Ia0f2b2e6128423d3fd846e613b7f53f2163d6eac
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.