commit | 3e9cbafebd12e667d6799b39c4349ba680b34086 | [log] [tgz] |
---|---|---|
author | Adam Seaton <aseaton@google.com> | Mon Jul 10 19:51:48 2023 +0000 |
committer | Adam Seaton <aseaton@google.com> | Tue Jul 11 14:22:46 2023 +0000 |
tree | 021cc5b20add19ef8fc78834c268b903a14a22ad | |
parent | 997b44ccad93c4e85df52ef7443da5be6c9e3a61 [diff] | |
parent | 217c1e2abd7278d0ed9069d0a121d5b1d15ca44d [diff] |
Fix OWNERS for prebuilt module drops Bug:286093002 am: 217c1e2abd Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23591136 Ignore-AOSP-First: Cherrypick to an older branch from AOSP. Change-Id: I12651ddaa33a3055368daf20332effd5e0910c4b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.