commit | faaf927797bca8a3a8f57c34cbd0e94139a01a34 | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Mon Feb 07 18:11:46 2022 +0000 |
committer | satayev <satayev@google.com> | Mon Feb 07 18:11:46 2022 +0000 |
tree | b2362b1c906507a75de8abb7f62884814e2d2f98 | |
parent | 6ea0eb45c5d67806d70bb9d70a33d2cddbc4eea1 [diff] |
Add Sepolicy module to presubmit. Bug: 199914227 Test: presubmit Change-Id: I7f75c8b76a1f99af03d83fe7ccfd9032f7fe2249
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.