Add aconfig storage dependencies as allowed

We need to add a number of Rust crates as allowed dependencies for
aconfig codegen, that will be used on all mainline modules.

Bug: 328444881
Test: m
Apex-Size-Increase: 157 KiB
Previous-Platform-Support: yes
Aosp-First: aconfig is an aosp-first project
Test-Info: tests exist for each independent dependency
Change-Id: I6a730476a306d2d5c62d029fc5b6d650b153bbde
1 file changed
tree: dad240a265b9c8ed33dd7d16bf2d0a2966649586
  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.