commit | 11aa67bd0a99da1b7c79cbc8522f1d584d40890e | [log] [tgz] |
---|---|---|
author | Bill Chang <billdir@google.com> | Sat Jun 17 03:15:14 2023 +0000 |
committer | Ray Chin <raychin@google.com> | Sat Jun 17 08:15:18 2023 +0000 |
tree | 0367a6053c642d039acf29754706d83e5d5f8c0f | |
parent | f787c35e19352aa24c1f4ed8f1c3b13d6d7d9bc0 [diff] |
Revert^2 "Create a common base apex_defaults" Cherry pick to udc-dev as well because this build breakage also affect udc-dev. 2944344c25d51b2d569c9e4bd0a5a39fa1ed316a Test: build pass Bug: 287703717 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.