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

This commit is contained in:
Chidera Olibie
2023-03-24 07:48:32 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -54,6 +54,7 @@ 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",