commit | 859f430a8dcb527d1e44e0e06c6ebbbb83491527 | [log] [tgz] |
---|---|---|
author | Ram Mohan <ram.mohan@ittiam.com> | Wed Jul 12 22:00:06 2023 +0530 |
committer | Mikhail Naganov <mnaganov@google.com> | Thu Aug 03 11:05:59 2023 -0700 |
tree | accd9d4dae4577f51db86ef7254bd79ac3c47e1d | |
parent | 127e39093b481a4d1c4fd9f0638541fe67b3c73f [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 (cherry picked from commit 83db20efa4bd6eb63529b259c9f45da9168bae15)
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.