commit | 672246ec8bf55a7bfc021c2fb0ef835f0c1dfb97 | [log] [tgz] |
---|---|---|
author | ziyiw <ziyiw@google.com> | Thu Oct 12 17:32:46 2023 +0000 |
committer | ziyiw <ziyiw@google.com> | Thu Oct 12 17:32:46 2023 +0000 |
tree | 921d94b6298e498ec9b19438cf9632f0d261befa | |
parent | 5d5082799d4ff12ac00eaa501fceb87460326635 [diff] |
Add uwb_backend aidl interface v2 to allowed_deps. Apex-Size-Increase: N/A Aosp-First: Yes Previous-Platform-Support: N/A Test-Info: N/A Test: m Bug: 261045570 Change-Id: I0e6d2d9d100f10f7dd073a4778d39af4f7eafce1
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.