commit | 83db20efa4bd6eb63529b259c9f45da9168bae15 | [log] [tgz] |
---|---|---|
author | Ram Mohan <ram.mohan@ittiam.com> | Wed Jul 12 22:00:06 2023 +0530 |
committer | Mikhail Naganov <mnaganov@google.com> | Tue Aug 01 17:45:24 2023 +0000 |
tree | 82c82bab8582e2dc79ac3d8cb4b7491ee3d28048 | |
parent | eabef208a7447903e9220ccc135c9185921f9403 [diff] |
update allowed_deps.txt with aidl hardware common interface Bug: 228804498 Test: m Apex-Size-Increase: no change in libbluetooth_jni.so Previous-Platform-Support: yes Aosp-First: yes Test-Info: m Change-Id: I601d9ee5a5630db497673d3f0b3ad543920d0b47 Merged-In: I601d9ee5a5630db497673d3f0b3ad543920d0b47
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.