commit | aaa53d514f4da123664e8f188453208b5db4e14e | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Apr 15 15:18:48 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 15 15:18:48 2021 +0000 |
tree | 91e82b62b291bc4a3f59107ff98d0d75ced01f1f | |
parent | 192e5af1205a4d47bf9a3781c1895c4ce78db599 [diff] | |
parent | ffe8fd7ab087ff641efcfcd7c38afe17a1c789b0 [diff] |
Merge "Add restrictive default visibility for module repo" am: 5eb632dec0 am: 4c708d2007 am: ffe8fd7ab0 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1675879 Change-Id: I33fd43043a7394ab464429c58cdbbe0c74954300
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.