commit | 41f009c5f39aaca58985186a938fc933d8ae592c | [log] [tgz] |
---|---|---|
author | Pomai Ahlo <poahlo@google.com> | Thu Dec 22 11:02:44 2022 -0800 |
committer | Pomai Ahlo <poahlo@google.com> | Thu Dec 22 11:10:12 2022 -0800 |
tree | beaaefbc38ccb54311be6a7ec9b767cea6208ff1 | |
parent | 4dbb1214818a2d40f05b7bc00245027df890892c [diff] |
Add bluetooth-v1-ndk to allowed_deps Apex-Size-Increase: No Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: atest BluetoothInstrumentationTests Test: atestBluetoothInstrumentationTests Bug: 205758693 Change-Id: Ie947018379fbbb5cc06665ab87351a1bccbae42c
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.