| commit | ad5ec640d03682552979d9c4d2abe20bfcc197cb | [log] [tgz] |
|---|---|---|
| author | Alex Johnston <acjohnston@google.com> | Mon Nov 25 23:58:49 2024 +0000 |
| committer | Alex Johnston <acjohnston@google.com> | Tue Nov 26 22:04:42 2024 +0000 |
| tree | 85f9a4017c4b92362c5ae50ed47c40d6dc0a659f | |
| parent | 08b41afce733d0d00ab11bea139615fb2880ab79 [diff] |
Allow admin aconfig flag PermissionController needs to access the admin aconfig flag Bug: 380793808 Test: manual Flag: EXEMPT n/a Apex-Size-Increase: device_policy_aconfig_flags_java_export.jar:9.6kB bytes Aosp-First: no Previous-Platform-Support: N/A Test-Info: N/A this lib only holds aconfig flags Ignore-AOSP-First: flag lib doesn't exist in AOSP Change-Id: I7f04082f361f941b1cc8366cbc6fdefd61744005
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.