commit | a37b0eac59a1a3484ab3c026a6131c7a8e9cac51 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Fri Jan 06 22:10:56 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 06 22:10:56 2023 +0000 |
tree | d348941b2fbbe302f6465a85f309604a19a4fcbc | |
parent | 5b73818073cc5309955526f8fad4902c8101d615 [diff] | |
parent | 6cd1f901bb70ed94c1db01bd517ba909dde67830 [diff] |
Merge "Enforce min_sdk_version for mts dependencies"
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.