commit | 6a9a40397030dfe95c71e1ddd56475a17a1753f5 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Mar 20 12:07:14 2023 +0000 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Wed May 10 15:14:07 2023 +0000 |
tree | 435f6fe67c002c7ab204e6b33809d48a29f0244c | |
parent | 44eefcf09ea45d88fe5f1118929c39eeb29449b3 [diff] |
Expand visibility of defaults The module using them is moving to a different directory. Bug: 271563074 Test: presubmit (cherry picked from https://android-review.googlesource.com/q/commit:f54077e19cc96f6a252bd8c8776a75c85dcd23a6) Merged-In: Ied018561f2825865bcb9e92c36cf6b9c7cd06538 Change-Id: Ied018561f2825865bcb9e92c36cf6b9c7cd06538
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.