aosp12/packages/modules/common
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
build init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
java/com/android/modules/annotation init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
proto init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
sdk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tools init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULES_OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
PREBUILTS_MODULE_OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
PREUPLOAD.cfg init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
generate_ml_bundle.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +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.