• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Dec-2023-

build/H12-Dec-2023-789757

java/com/android/modules/annotation/H12-Dec-2023-9044

proto/H12-Dec-2023-197169

sdk/H12-Dec-2023-291255

tools/H12-Dec-2023-370280

Android.bpH A D12-Dec-20233.7 KiB152137

MODULES_OWNERSH A D12-Dec-2023479 1210

OWNERSH A D12-Dec-2023183 129

PREBUILTS_MODULE_OWNERSH A D12-Dec-2023658 1513

PREUPLOAD.cfgH A D12-Dec-2023228 33

README.mdH A D12-Dec-2023605 1511

generate_ml_bundle.shH A D12-Dec-20235.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.