commit | d8ae1a7c4bb3caba1d49ad009caa941b9883f691 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Feb 09 20:22:31 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Sat Feb 17 22:32:24 2024 +0000 |
tree | da5c85349d340e40bdcd28245c072c82c42c43e8 | |
parent | ddb61f28f892379dfd5073b34a3c7c93b7d0448d [diff] |
update allowed list to include exported flag library This commit adds android.service.notification.flags-aconfig-export-java into the list. Ignore-AOSP-First: Will cherry pick AOSP. Need to submit with topic Apex-Size-Increase: negligible (aconfig flag jar) Previous-Platform-Support: N/A (aconfig flags don't exist pre-V) Aosp-First: no Test-Info: CTS Test: atest SensitiveNotificationRedactionTest Bug: 322678979 Change-Id: I13fa42cd8cbcc76b4f3be1355cbfa4f44684d0d2
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.