• Home
Name Date Size #Lines LOC

..--

build/04-Jul-2025-5,8104,751

java/com/android/modules/04-Jul-2025-616375

javatests/com/android/modules/04-Jul-2025-1,7861,251

proguard/04-Jul-2025-10795

proto/04-Jul-2025-215183

sdk/04-Jul-2025-329288

tools/04-Jul-2025-648483

Android.bpD04-Jul-2025753 1917

MODULES_OWNERSD04-Jul-2025541 1512

OWNERSD04-Jul-2025310 1815

PREBUILTS_MODULE_OWNERSD04-Jul-2025973 2320

PREUPLOAD.cfgD04-Jul-2025228 33

README.mdD04-Jul-2025605 1511

README.md

1# packages/modules/common
2
3This project includes mainline build and other utility code. Any library code
4intended for use by modules should go in `frameworks/libs/modules-utils`
5instead.
6
7## java code
8
9This project uses a single source path for java code. All java code should go
10in the `java` directory with subdirectories corresponding to the java package.
11`Android.bp` files should go alongside the java source files, and should only
12include java source for a single java package to encourage good code hygiene.
13
14Tests for java code should go in the `javatests` directory and follow the same
15structure.