commit | 12528cbdd2b7a3333b406e8ccba2fd81c1b655ef | [log] [tgz] |
---|---|---|
author | Pedro Loureiro <pedroql@google.com> | Wed Mar 30 17:47:19 2022 +0000 |
committer | Pedro Loureiro <pedroql@google.com> | Thu Apr 07 14:46:54 2022 +0000 |
tree | d3bba51b33585e74aee9fe90427982cd54cf7232 | |
parent | a0077034720d4b1aff4a7f6461ebbb5c85d4ad71 [diff] |
Add updatable shared lib updatability tests to MTS Test: m mts && mts-tradefed run mts-core-tests-list-eng-only or Test: m mts && mts-tradefed run mts -m UpdatableSharedLibsTest -t com.android.modules.updatablesharedlibs.UpdatableSharedLibsTest Ignore-AOSP-First: functionality is not yet on AOSP Change-Id: Ica667253f785af8f17853982d9a57035c92223af
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.