• Home
Name Date Size #Lines LOC

..--

build/03-May-2024-4,1053,269

java/com/android/modules/annotation/03-May-2024-9044

javatests/com/android/modules/updatablesharedlibs/03-May-2024-828543

proguard/03-May-2024-5550

proto/03-May-2024-201172

sdk/03-May-2024-245211

tools/03-May-2024-404308

Android.bpD03-May-20244.2 KiB173155

MODULES_OWNERSD03-May-2024538 1512

OWNERSD03-May-2024207 1210

PREBUILTS_MODULE_OWNERSD03-May-2024658 1513

PREUPLOAD.cfgD03-May-2024228 33

README.mdD03-May-2024605 1511

generate_ml_bundle.shD03-May-20245.2 KiB151123

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.