commit | 9f4e40c814fc7229d0d74b2d2f9c8d68a7fa152b | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Wed Oct 26 15:24:56 2022 +0000 |
committer | Andrei Onea <andreionea@google.com> | Tue Dec 20 12:02:03 2022 +0000 |
tree | c60f1846d8de5136a05a2b29286b340660c25b11 | |
parent | 816b8b6b99063748c4d71a32d3f3c50599ea597e [diff] |
Create base conformance framework test Test: atest sdkextensions_conformance_framework_tests Bug: 254647310 Change-Id: I2eb5da132bc7d66909f641b2e1c479f69aa22ae0
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.