commit | d9a9f3f7e99a3f262d960fe823abaa0b053952f8 | [log] [tgz] |
---|---|---|
author | Neha Pattan <npattan@google.com> | Fri Mar 24 15:56:29 2023 +0000 |
committer | Neha Pattan <npattan@google.com> | Fri Mar 24 18:06:12 2023 +0000 |
tree | 8348d25df1651e6aafa1d97fe45da0f0e1514f6c | |
parent | b9879e81a6c26174e77f815e775e49f2877f7f0c [diff] |
Rb: Integrate with AppSearch to persist consent data post-OTA. Bug: 263297331 Test: atest and manual Previous-Platform-Support: AppSearch was not used by Rb before this Test-Info: same as above Aosp-First: not ready for AOSP Ignore-AOSP-First: not ready for AOSP Apex-Size-Increase: 86kB Change-Id: I8a925cada497805fb64ac3346b33359cab9c3b83
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.