Merge "Fix symbol not found error for hidden apis used by MTS"
This commit is contained in:
@@ -47,7 +47,9 @@ android_library {
|
|||||||
],
|
],
|
||||||
libs: [
|
libs: [
|
||||||
"android.test.base",
|
"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 }
|
lint: { test: true }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ java_sdk_library {
|
|||||||
"//packages/modules/CaptivePortalLogin/tests",
|
"//packages/modules/CaptivePortalLogin/tests",
|
||||||
"//packages/modules/Connectivity/Tethering/tests:__subpackages__",
|
"//packages/modules/Connectivity/Tethering/tests:__subpackages__",
|
||||||
"//packages/modules/Connectivity/tests:__subpackages__",
|
"//packages/modules/Connectivity/tests:__subpackages__",
|
||||||
|
"//packages/modules/Connectivity/Cronet/tests:__subpackages__",
|
||||||
"//packages/modules/IPsec/tests/iketests",
|
"//packages/modules/IPsec/tests/iketests",
|
||||||
"//packages/modules/NetworkStack/tests:__subpackages__",
|
"//packages/modules/NetworkStack/tests:__subpackages__",
|
||||||
"//packages/modules/Wifi/service/tests/wifitests",
|
"//packages/modules/Wifi/service/tests/wifitests",
|
||||||
|
|||||||
Reference in New Issue
Block a user