commit | b1bd7ac84084a87d3379377dc6a4ddd1ee7d0a14 | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Fri Jun 16 18:46:15 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 16 18:46:15 2023 +0000 |
tree | 60b80a087db0e16b42ecf9001e0e4e5ef4923be0 | |
parent | d2f150f7cf45164eaa63bea012b91502a2dbe853 [diff] | |
parent | d4f3837a87658032d2c4bc35cc3eab11807a76b6 [diff] |
Create a common base apex_defaults am: 81373fd424 am: d4f3837a87 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/21008756 Change-Id: I904d351bd603f7a20bdb9221d1d5388d305503e3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.