packages/modules/common
cpeng b5f75efab3 android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
..
build android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
java/com/android/modules/annotation android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
javatests/com/android/modules/updatablesharedlibs android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
proguard android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
proto android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
sdk android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
tools android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
Android.bp android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
MODULES_OWNERS android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
OWNERS android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
PREBUILTS_MODULE_OWNERS android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
PREUPLOAD.cfg android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
README.md android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
generate_ml_bundle.sh android 13 from xiaosuan 2025-08-25 08:38:42 +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.