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