commit | 3adb48e71ffa2d41dbb8a2abf7cdd60483e80a09 | [log] [tgz] |
---|---|---|
author | Bill Chang <billdir@google.com> | Sat Jun 17 03:15:14 2023 +0000 |
committer | Bill Chang <billdir@google.com> | Sat Jun 17 03:15:14 2023 +0000 |
tree | 78ea1159280a2ce1a7cdb3f8bdcbb8fc1bc70b92 | |
parent | a5edeca510619bef090db9d6644a5054a8983f59 [diff] |
Revert^2 "Create a common base apex_defaults" 2944344c25d51b2d569c9e4bd0a5a39fa1ed316a Change-Id: I649111b1c50dad3b3c94960c29d3775e1d152341
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.