diff options
author | 2024-10-25 20:33:46 -0700 | |
---|---|---|
committer | 2024-11-22 08:56:25 -0800 | |
commit | a73fdb6c935bc22d6c6c202ea9b479836394d2da (patch) | |
tree | e4ef9f721f3458d778af771f3da07daa2ee08b52 /apex/Android.bp | |
parent | d799638a4c44afb38e5520999e5d647fdb6a6b00 (diff) |
Add UsdManager
Flag: android.net.wifi.flags.usd
Bug: 340878198
Test: atest FrameworksWifiApiTests
Change-Id: I4c7078aac27f86bf5d3ba10c263761c095a8a289
Diffstat (limited to 'apex/Android.bp')
-rw-r--r-- | apex/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 699edc2f40..614777e5dd 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -131,6 +131,7 @@ bootclasspath_fragment { "android.net.wifi.p2p", "android.net.wifi.rtt", "android.net.wifi.twt", + "android.net.wifi.usd", "android.net.wifi.util", "com.android.wifi", ], |