commit | 9e1bff4e741fa9784dc83abdb1c72ad8ba2ab086 | [log] [tgz] |
---|---|---|
author | Andrei-Valentin Onea <andreionea@google.com> | Tue Dec 20 16:49:42 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 20 16:49:42 2022 +0000 |
tree | 01eb7874e4126f438219ac58e368320b0a664c8c | |
parent | 4d07fdaa59cef78b842839831ee32ed9081df419 [diff] | |
parent | 9f4e40c814fc7229d0d74b2d2f9c8d68a7fa152b [diff] |
Merge changes from topic "sdkext-base-cf-test" * changes: Create base conformance framework test Add fetch code for classpath jars
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.