commit | 4521ca6202fec0bd54500967546ce2f17e049dbc | [log] [tgz] |
---|---|---|
author | Hassan Ali <hsnali@google.com> | Tue Jun 20 14:03:02 2023 +0000 |
committer | Hassan Ali <hsnali@google.com> | Tue Jun 20 15:00:13 2023 +0000 |
tree | 528fd0bd356e92e8a36cdc1e4ff1bb5531d4ce17 | |
parent | 3adb48e71ffa2d41dbb8a2abf7cdd60483e80a09 [diff] |
Revert "Revert^2 "Create a common base apex_defaults"" DO NOT MERGE This reverts commit 3adb48e71ffa2d41dbb8a2abf7cdd60483e80a09. Reason for revert: The second revert was wrong and we need to remove the change ag/21008756 Change-Id: Ifd86646d7a321eb9ed5f1719983dd57fd9ef7d35
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.