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