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
1 file changed
tree: 393cd03ec1a56d1e50b28f364257c8caa1555031
  1. build/
  2. java/
  3. javatests/
  4. proguard/
  5. proto/
  6. sdk/
  7. tools/
  8. Android.bp
  9. MODULES_OWNERS
  10. OWNERS
  11. PREBUILTS_MODULE_OWNERS
  12. PREUPLOAD.cfg
  13. README.md
README.md

packages/modules/common

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.

java code

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.