commit | 1bec3588d3d58e69c514dc187a9244f0c5965b46 | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Mon Sep 18 16:43:46 2023 +1000 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Mon Sep 18 16:43:46 2023 +1000 |
tree | 0e209004e2e5c3b4d09d8bd7971203d4723c6eec | |
parent | feb89d33e8ed1a4464325db71cc0dab41aa43fa2 [diff] |
Remove reference to com.android.sepolicy Test: packages/modules/common/build/mainline_modules_x86_64.sh Bug: 297794885 Change-Id: I82019f1e9dd615ed082ca1c0bab6bf68873b3c43
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.