Remove randomized Wifi MAC address test from CTS

MAC address randomization is only a GMS requirement for devices
launching with Q. So it shouldn't be tested in CTS.

Test: atest
com.android.cts.devicepolicy.MixedDeviceOwnerTest#testSetMeteredDataDisabledPackages
Bug: 136997801

Change-Id: Id38c988cf9abe3d639f016c172655783989f43b9
diff --git a/hostsidetests/devicepolicy/Android.bp b/hostsidetests/devicepolicy/Android.bp
index beba9d4..0e89a22 100644
--- a/hostsidetests/devicepolicy/Android.bp
+++ b/hostsidetests/devicepolicy/Android.bp
@@ -21,6 +21,7 @@
         "cts-tradefed",
         "tradefed",
         "compatibility-host-util",
+	"compatibility-host-util-axt",
         "guava",
         "truth-prebuilt",
     ],