commit | fb97572c29f3ed63decff594cb50db89f8619622 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Apr 14 19:06:08 2021 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Apr 14 19:06:08 2021 +0100 |
tree | b558afef1397809c575feeb6618654dc241c691a | |
parent | 48b55f60949df68a7ae676444afa301594f188ba [diff] |
Add restrictive default visibility for module repo Avoid dependencies that the repo owners do not know about. Test: m nothing Change-Id: I9c24b33cd0dcd98850002d9ab86492f6175acf38
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.