commit | 98579d8e5d6aa4fe9c97f1e96ba8906e6897d243 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Nov 10 11:05:11 2022 +0000 |
committer | Mike Yu <yumike@google.com> | Fri Nov 11 02:07:18 2022 +0000 |
tree | 393cd03ec1a56d1e50b28f364257c8caa1555031 | |
parent | 6a9cbccc06426e3586f5f61a9e51eb1d121a3313 [diff] |
Add liboctets to allowed_deps. liboctets is required by quiche version 0.13.0+. Apex-Size-Increase: 16KB Previous-Platform-Support: No Aosp-First: Yes Test-Info: The library is used by libquiche, and we already have some tests related to libquiche in resolv_integration_test and doh_ffi_test Bug: 233719694 Test: TreeHugger Change-Id: I3e767e5819186520d8f736491fb7a3ba031200a9
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.