commit | 842d94242f183dec14163edf39c5b2343c6f01da | [log] [tgz] |
---|---|---|
author | Sunil Ravi <sunilravi@google.com> | Wed Sep 18 20:51:56 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 18 20:51:56 2024 +0000 |
tree | 4e8548773312b67892101acf55999378229d9ec7 | |
parent | 583d9bf7ba3e5a49e307f9aa4a9c7245acd0a4ad [diff] | |
parent | 4437ced0413d91ce9af70006de3cf0337384a4b6 [diff] |
Add android.hardware.wifi.supplicant-V4-java to allowed_deps am: 4437ced041 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3272896 Change-Id: Icfe9ce24bb01bdcb2c5fbfb792d155f53cacde7e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.