commit | dd2b40aea1a843600cae3cfa5cfeea2dc3b772e6 | [log] [tgz] |
---|---|---|
author | Hassan Ali <hsnali@google.com> | Mon Oct 30 14:36:56 2023 +0000 |
committer | Hassan Ali <hsnali@google.com> | Mon Oct 30 14:36:56 2023 +0000 |
tree | d271ab1b5121f4931adea6608b426bfa0b56f1ad | |
parent | 83b67d14c54aa261cccadb0ed86d603539dae494 [diff] |
Update prebuilts owner file add hsnali and kalyssa Test: m Bug: 308417534 Change-Id: Ie765b63efcd04743871614c524b063ec530abbde
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.