| commit | edc8bf1e06c11a080cce79cca7437c72c5d061a8 | [log] [tgz] |
|---|---|---|
| author | Hyein Yu <hyeinyu@google.com> | Thu Aug 14 01:25:34 2025 +0000 |
| committer | Hyein Yu <hyeinyu@google.com> | Thu Aug 14 01:25:34 2025 +0000 |
| tree | 15c99192f9abe60708f9b0ae20d4ee2eba21fb89 | |
| parent | 1a14d8a0c6e218f48e242fd9325f0c39ebe56588 [diff] |
Rename module from telephony2 to telephonycore Bug: 438571607 Test: presubmit Flag: build.RELEASE_TELEPHONY_MODULE Change-Id: I55c869b64fc04c2d359e2d8147d031925ed4f967
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils instead.
This project uses a single source path for java code. All java code should go in the java directory with subdirectories corresponding to the java package. Android.bp files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests directory and follow the same structure.