android13/packages/modules/common
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
build initial 2024-06-22 20:45:49 +08:00
java/com/android/modules/annotation initial 2024-06-22 20:45:49 +08:00
javatests/com/android/modules/updatablesharedlibs initial 2024-06-22 20:45:49 +08:00
proguard initial 2024-06-22 20:45:49 +08:00
proto initial 2024-06-22 20:45:49 +08:00
sdk initial 2024-06-22 20:45:49 +08:00
tools initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
MODULES_OWNERS initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
PREBUILTS_MODULE_OWNERS initial 2024-06-22 20:45:49 +08:00
PREUPLOAD.cfg initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
generate_ml_bundle.sh initial 2024-06-22 20:45:49 +08:00

README.md

packages/modules/common

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.

java code

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.