commit | 6cd1f901bb70ed94c1db01bd517ba909dde67830 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Fri Jan 06 01:39:43 2023 +0000 |
committer | Spandan Das <spandandas@google.com> | Fri Jan 06 01:39:43 2023 +0000 |
tree | ea5da320bd2c645da0ba8a85fcdfbcd2facd533d | |
parent | f59bfdc690c2c239fadbdeb8a77a233bd2c0c45f [diff] |
Enforce min_sdk_version for mts dependencies These 3 apps are used in a mts host test. Enforcing min_sdk_verion helps ensure backwards compatibility with older devices. Test: TH Bug: 156476221 Change-Id: Ic374f43c67ed96885559a105cf5f356b57d3e5f0
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.