| commit | f958e846e41cb303c4014c08a6c710d3e50b9fb6 | [log] [tgz] |
|---|---|---|
| author | Pedro Loureiro <pedroql@google.com> | Fri Sep 02 16:26:10 2022 +0000 |
| committer | Pedro Loureiro <pedroql@google.com> | Fri Sep 02 16:43:15 2022 +0000 |
| tree | 873677b351aa265819cdfe3526c6ec961e1aa870 | |
| parent | 7df317bfa82eba7acc9949bcc866768e478ebc5e [diff] |
Rename target for ApexInstallHelper.java To make the naming consistent with other targets. Test: m Change-Id: I07208ae1c4770f8cb9a2cf1152d9012322bdf7ca
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.