commit | 2944344c25d51b2d569c9e4bd0a5a39fa1ed316a | [log] [tgz] |
---|---|---|
author | Victor Truong <truongvi@google.com> | Fri Jun 16 19:56:15 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jun 16 19:56:15 2023 +0000 |
tree | 528fd0bd356e92e8a36cdc1e4ff1bb5531d4ce17 | |
parent | 81373fd4243811530bb8dbd6bd72c61da1ed7b7c [diff] |
Revert "Create a common base apex_defaults" Revert submission 21008756-presubmit-am-d894f43395514d6c93c7e61fd796906f Reason for revert: b/287662223 Reverted changes: /q/submissionid:21008756-presubmit-am-d894f43395514d6c93c7e61fd796906f Change-Id: I76cfd032ad36225a1baf45c36c12a9163fac59de
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.