commit | 3815ed5d9ed68898bad5ef4bdfcd4e0b929a32c8 | [log] [tgz] |
---|---|---|
author | Hai Zhang <zhanghai@google.com> | Tue Oct 05 19:00:55 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 05 19:00:55 2021 +0000 |
tree | 03ca3290cde8088a483c3ce171ab76653c03d118 | |
parent | 111412e5c827249d1924b7eeb67512eaeaf45efe [diff] | |
parent | 19af87e3e6d7be57f3ecd75a877dfaad0f9c6537 [diff] |
Add defaults for optimizing system server java_sdk_library. am: 393a1ca321 am: 19af87e3e6 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1840383 Change-Id: I4ea9063fa26f858a0694a9a4fc9290f19cc61f99
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.