commit | 1b13d0457610418bb76bdcda5fa2789619ddae7c | [log] [tgz] |
---|---|---|
author | Yurii Zubrytskyi <zyy@google.com> | Mon May 02 18:45:06 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 02 18:45:06 2022 +0000 |
tree | ca2a8cbefebe37ff8d1f682bccecdf7514919237 | |
parent | 644e41ea00dcd7d428bcd930ce90af36dee55179 [diff] | |
parent | 0102c8df0e99e6cccaa8db1815a23a62797b20e0 [diff] |
modules/common - Tiramisu is now 33 followup am: f899a2c248 am: 0102c8df0e Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/18083568 Change-Id: Ibdcddb9d2b4a33689982d552b9e3411b3b8eddb4 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.