commit | 393a1ca321b09d5599ee565217c9cac5d55d4932 | [log] [tgz] |
---|---|---|
author | Hai Zhang <zhanghai@google.com> | Wed Sep 29 11:59:16 2021 -0700 |
committer | Hai Zhang <zhanghai@google.com> | Tue Oct 05 10:12:49 2021 +0000 |
tree | 2dc9b051934879b5004f83a7578b8ea293beaaee | |
parent | ee390f26eb899a8044a663ba7309d6de78fbb717 [diff] |
Add defaults for optimizing system server java_sdk_library. Bug: 182523293 Test: build Change-Id: Ie8b2bff1521a05d53071a9bd34c240d4624cdca8
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.