Merge "[Cronet] Add framework-connectivity-t dependency for tests"

This commit is contained in:
Chidera Olibie
2023-03-30 14:11:24 +00:00
committed by Gerrit Code Review

View File

@@ -52,6 +52,8 @@ android_library {
"framework-tethering.impl",
// android.net.Network apis
"framework-connectivity",
// android.net.TrafficStats apis
"framework-connectivity-t",
],
lint: { test: true }
}