Update tests for NetworkStats code move.

NetworkStatsFactory is moving from services.core to
service-connectivity-tiramisu. Update FrameworksNetSmokeTests and
FrameworksNetIntegrationTests to depend on the latter instead of the
former.

Test: atest FrameworksNetSmokeTests FrameworksNetIntegrationTests
Ignore-AOSP-First: part of large internal topic to avoid merge conflicts
  (cherry-picked from ag/16786005)
Change-Id: Ie48dac421decf83440b7c88adea18152e05f03bb
Merged-In: Ie48dac421decf83440b7c88adea18152e05f03bb
This commit is contained in:
Lorenzo Colitti
2022-02-04 01:39:01 +09:00
committed by Junyu Lai
parent 73a61e7c28
commit 3d52172838
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ android_test {
"mockito-target-extended-minus-junit4",
"net-tests-utils",
"service-connectivity-pre-jarjar",
"services.core",
"service-connectivity-tiramisu-pre-jarjar",
"services.net",
"testables",
],

View File

@@ -22,6 +22,6 @@ android_test {
static_libs: [
"androidx.test.rules",
"mockito-target-minus-junit4",
"services.core",
"service-connectivity",
],
}