commit | 9b6850e1d36af3efda26b7fc012138689361f0ac | [log] [tgz] |
---|---|---|
author | Marcin Radomski <[email protected]> | Mon Mar 17 10:49:43 2025 +0000 |
committer | Marcin Radomski <[email protected]> | Wed Mar 19 13:19:41 2025 +0000 |
tree | 296f2966bc12f9fecb58f5044279c26773db267d | |
parent | 5d45a68be8c531a7f5ea832cfaf8f7631f3838f8 [diff] |
Add libenv_filter Rust crate to allowed_deps.txt Dependency of android_logger that replaced env_filter. Apex-Size-Increase: 100KB Previous-Platform-Support: No dependencies on Android APIs. Aosp-First: yes Test-Info: tested through android_logger ATest tests Bug: 390554805 Bug: 390555176 Bug: 359442427 Test: atest external/rust/android-crates-io/crates/android_logger \ Test: system/logging/rust Test: on the entire CL chain Change-Id: I64e8ef9605e001fe2e845e406d42874a4d525361
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.