commit | 83b67d14c54aa261cccadb0ed86d603539dae494 | [log] [tgz] |
---|---|---|
author | Harshit Mahajan <harshitmahajan@google.com> | Wed Aug 16 13:15:07 2023 +0000 |
committer | Harshit Mahajan <harshitmahajan@google.com> | Wed Aug 16 13:15:07 2023 +0000 |
tree | 37706fe3b0304779312038edbbb5d9617f111829 | |
parent | 5640e3c63a0dc9fc7b10a976206668fe728d6282 [diff] |
Add v-launched-apex-module defaults for mainline modules Bug: b/296206477 Test: presubmit Change-Id: I032a6c92c8c1193b42d4cc888e401b8b58e4e273
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.