Revert "CTS for default background network restrictions"
This reverts commit a10d9668ebfad24242fa562245f54cccdd355748.
Reason for revert: AOSP change cannot merge due to downstream merge problems: The aconfig dependencies of this change in frameworks/base can not be made available in udc-mainline-prod.
Bug: 322115994
Change-Id: Ie9fb0a92f0fadb07f5933e1b74e84d343047c81c
diff --git a/tests/cts/hostside/Android.bp b/tests/cts/hostside/Android.bp
index eb5b271..a0aafc6 100644
--- a/tests/cts/hostside/Android.bp
+++ b/tests/cts/hostside/Android.bp
@@ -30,10 +30,7 @@
name: "CtsHostsideNetworkTests",
defaults: ["cts_defaults"],
// Only compile source java files in this apk.
- srcs: [
- "src/**/*.java",
- ":ArgumentConstants",
- ],
+ srcs: ["src/**/*.java"],
libs: [
"net-tests-utils-host-device-common",
"cts-tradefed",