commit | 02b056f7aad2a05f7aa3752f9ccc0aac55aa7460 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Oct 24 14:56:05 2023 +0000 |
committer | Anton Hansson <hansson@google.com> | Tue Oct 24 14:56:05 2023 +0000 |
tree | aa0f1c1a78d2850f44e01a83ad7e96734738b601 | |
parent | fe257632190b26e77c78f2cd9c89d6741712dc6d [diff] |
Expand visibility of non-updatable module defaults This allows for use by java_sdk_libraries that are defined in frameworks/base. More specifically, by the defaults that expand upon these defaults. Bug: 306806877 Test: presubmit Change-Id: I0a52ffbc1e67a376a5ae14aa34d229c898cf0ce7
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.