Merge "Revert "Fix symbol not found error for hidden apis used by MTS""

This commit is contained in:
Chidera Olibie
2023-04-17 09:14:41 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 4 deletions

View File

@@ -47,9 +47,7 @@ android_library {
],
libs: [
"android.test.base",
// Needed for direct access to tethering's hidden apis and to avoid `symbol not found`
// errors on some builds.
"framework-tethering.impl",
"framework-tethering-pre-jarjar",
// android.net.Network apis
"framework-connectivity",
// android.net.TrafficStats apis

View File

@@ -54,7 +54,6 @@ java_sdk_library {
"//packages/modules/CaptivePortalLogin/tests",
"//packages/modules/Connectivity/Tethering/tests:__subpackages__",
"//packages/modules/Connectivity/tests:__subpackages__",
"//packages/modules/Connectivity/Cronet/tests:__subpackages__",
"//packages/modules/IPsec/tests/iketests",
"//packages/modules/NetworkStack/tests:__subpackages__",
"//packages/modules/Wifi/service/tests/wifitests",