Revert "Sepolicy: Pixelstats: Pixel common sepolicy init"

This reverts commit c99b4d6774bf41d84dfd46da741ff57e192c3192.

Reason for revert: DroidMonitor: Potential culprit for Bug b/263227128 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Change-Id: I83d1a99f1997267c403d70df3bd3248fa3691f0e
diff --git a/pixelstats/pixelstats_vendor.te b/pixelstats/pixelstats_vendor.te
index 14be437..75fd6fe 100644
--- a/pixelstats/pixelstats_vendor.te
+++ b/pixelstats/pixelstats_vendor.te
@@ -1,11 +1,5 @@
 type pixelstats_vendor, domain;
 
-# IStats
-binder_use(pixelstats_vendor)
-
-# Batery history
-allow pixelstats_vendor battery_history_device:chr_file r_file_perms;
-
 type pixelstats_vendor_exec, exec_type, vendor_file_type, file_type;
 init_daemon_domain(pixelstats_vendor)