commit | b152a49229e0a09c9fce3259cdba6de5a5b714b9 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Mon Oct 11 11:07:14 2021 +0000 |
committer | Jiakai Zhang <jiakaiz@google.com> | Mon Oct 11 11:33:38 2021 +0000 |
tree | f24dd9187ab5017139151bbf72771c8e0d9f244a | |
parent | ccefda557693049fd6129b774021f7575fb23e8f [diff] |
Add module_prebuilt_systemserverclasspath_fragment. Bug: 194150908 Test: Presubmits Ignore-AOSP-First: This change should first go into master, then be cherry-picked back to AOSP, with an empty commit in sc-mainline-prod, in order to prevent this change from being merged into sc-mainline-prod. Change-Id: I9f3e46966d6672cceb864be48301c7a63777563b
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.