commit | 5053a09f4f0b0adfe90dead96903aaf5af67724e | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Jan 28 13:22:10 2022 +0000 |
committer | Anton Hansson <hansson@google.com> | Fri Jan 28 13:22:10 2022 +0000 |
tree | e8d387d2554f782e6dd4a70dc752306bfa9f0b93 | |
parent | f098c2264967756360fe7ac13141f61a385367e4 [diff] |
Update visibility to impl jars The "merged" impl jar definition is moving to a new directory. Bug: 169103987 Test: m nothing Change-Id: I8eee60259f00fed281f0c579b12e9e99a4f6612e
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.