| commit | 5ec8eb83c43e437d7e3da2a74dedf7f7d94c9a74 | [log] [tgz] |
|---|---|---|
| author | Linus Tufvesson <lus@google.com> | Fri Nov 08 12:43:19 2024 +0100 |
| committer | Linus Tufvesson <lus@google.com> | Fri Nov 08 12:44:47 2024 +0100 |
| tree | c02a7095532d7745a8d33a58f72bc5fb06f6a3d4 | |
| parent | 2714f6ff4b6c6b3f090f4bf5ab986a59205bea8f [diff] |
Format sdk/ModuleDefaults.bp Test: prebuilts/build-tools/linux-x86/bin/bpfmt -w packages/modules/common/sdk/ModuleDefaults.bp Bug: 377585897 Change-Id: Ie08c97ceac0ed374612524a879c71fdeca9d3e90
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.
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.