| commit | 2e28765a6eee2d4f3f8e75609d3c13b6b755e75c | [log] [tgz] |
|---|---|---|
| author | Harshit Mahajan <harshitmahajan@google.com> | Wed Aug 28 10:38:26 2024 +0000 |
| committer | Harshit Mahajan <harshitmahajan@google.com> | Wed Aug 28 10:38:26 2024 +0000 |
| tree | 83bda7f7349bc3724651beaf4be289ef5f531989 | |
| parent | 8ee7a50fad6b933f66d282b72e87baae2d54edfc [diff] |
Add mainline modules apex_defaults for b-launched-apex-module Bug: b/362683509 Change-Id: I48ff5383907840b4fe03d3f921d878772eee20a5 Test: NA
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.