commit | 276e5c0bceb2c013910b48fbd6663aa0d97668ac | [log] [tgz] |
---|---|---|
author | Sunil Ravi <sunilravi@google.com> | Thu Sep 19 21:00:42 2024 +0000 |
committer | Sunil Ravi <sunilravi@google.com> | Thu Sep 19 21:10:00 2024 +0000 |
tree | cdee33136a2fde5896c11674eaeaecb03ad09705 | |
parent | eaf77a45a793a7a92e6bddfc65d39956b5ccc17b [diff] |
Add android.hardware.wifi.supplicant-V4-java to allowed_deps Aosp-First: aosp/3272896 already got merged Apex-Size-Increase: negligible Added android.hardware.wifi.supplicant-V4 for adding a new supplicant HAL API Previous-Platform-Support: Y Flag: EXEMPT HAL interface change No-Allowed-Deps-Check: Build failure is mistriggered(aosp/3272896) Test-Info: atest com.android.server.wifi Test: Build successfully Test: Manual - Wifi STA connect/disconnect Ignore-AOSP-First: aosp/3272896 already got merged. Bug: 348669010 Change-Id: I124e874bf306d2e82699fe6519d7463f7ba091c0
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.