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/app/Android.bp b/tests/cts/hostside/app/Android.bp
index 8981fa3..470bb17 100644
--- a/tests/cts/hostside/app/Android.bp
+++ b/tests/cts/hostside/app/Android.bp
@@ -30,17 +30,12 @@
         "cts-net-utils",
         "ctstestrunner-axt",
         "modules-utils-build",
-        "flag-junit",
-        "net_flags_lib",
     ],
     libs: [
         "android.test.runner",
         "android.test.base",
     ],
-    srcs: [
-        "src/**/*.java",
-         ":ArgumentConstants",
-    ],
+    srcs: ["src/**/*.java"],
     // Tag this module as a cts test artifact
     test_suites: [
         "general-tests",