commit | 1af544a4c7bbe1c0800e5d4eb7389de863bce5e1 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Wed Mar 27 22:20:55 2024 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Thu Mar 28 13:41:44 2024 +0000 |
tree | dad240a265b9c8ed33dd7d16bf2d0a2966649586 | |
parent | c6354c4494a398f70e3551a3da908688ae705300 [diff] |
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
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.