commit | 4437ced0413d91ce9af70006de3cf0337384a4b6 | [log] [tgz] |
---|---|---|
author | Sunil Ravi <sunilravi@google.com> | Wed Sep 18 04:50:46 2024 +0000 |
committer | Sunil Ravi <sunilravi@google.com> | Wed Sep 18 18:23:52 2024 +0000 |
tree | 4e8548773312b67892101acf55999378229d9ec7 | |
parent | 70716e9110eebf9edbdf94702bd3d24125653834 [diff] |
Add android.hardware.wifi.supplicant-V4-java to allowed_deps Aosp-First: Yes Apex-Size-Increase: negligible Upgrade Wi-Fi Supplicant HAL aidl version for adding new features. Previous-Platform-Support: Y Test-Info: TH Test: Manual - Wifi STA connect/disconnect Bug: 348669010 Flag: EXEMPT HAL interface change Change-Id: Ieb294b869e27d39d7bef4ba692cdfbb54ce0e6f4
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.