commit | 95e7265c4d8b2aad4f1eef9ada952c299f99805e | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Nov 07 19:43:41 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Fri Nov 08 11:46:57 2024 +0000 |
tree | e1d83c4f072066b0103c9defaac4111d788ce1f1 | |
parent | 5ec8eb83c43e437d7e3da2a74dedf7f7d94c9a74 [diff] |
Modify the visiblity of the droidstubs of mainline modules So that the exportable stubs source jar is visible to combined_apis Test: m docs dist Bug: 377585897 Change-Id: Id29684159642ee0d8f77a174a1e5ab89529e9f21
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.