commit | 4fd10a5a909d07bf3dd21c103fe10377178416f9 | [log] [tgz] |
---|---|---|
author | Samiul Islam <samiul@google.com> | Mon Oct 11 22:54:18 2021 +0100 |
committer | Samiul Islam <samiul@google.com> | Wed Oct 13 17:24:32 2021 +0100 |
tree | c78882b7ae78a657689c3a3d1987951d17466a49 | |
parent | e3e14c0ff155104dbe0081ee2736c72eb927a116 [diff] |
Add visibility to test artifacts used for apexd_test Bug: 187444679 Test: atest ApexTestCases Test: atest StagedInstallInternalTest Change-Id: I5f098a7df76a165791e1d72119297ac5b8e315fe
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.