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
tree: cdee33136a2fde5896c11674eaeaecb03ad09705
  1. build/
  2. java/
  3. javatests/
  4. proguard/
  5. proto/
  6. sdk/
  7. tools/
  8. Android.bp
  9. MODULES_OWNERS
  10. OWNERS
  11. PREBUILTS_MODULE_OWNERS
  12. PREUPLOAD.cfg
  13. README.md
README.md

packages/modules/common

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.

java code

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.