Remove flipendo sepolicy from generic Cuttlefish

... this will be re-added for the specific flavors of Cuttlefish
that actually need this.

Bug: b/184857106
Test: cvd start
Change-Id: I588c24f5337f5799be0fb5f889b26d27825761ea
diff --git a/shared/BoardConfig.mk b/shared/BoardConfig.mk
index 2963874..9b30d43 100644
--- a/shared/BoardConfig.mk
+++ b/shared/BoardConfig.mk
@@ -159,13 +159,6 @@
 
 BOARD_SEPOLICY_DIRS += system/bt/vendor_libs/linux/sepolicy
 
-# Avoid multiple includes of sepolicy already included by Pixel experience.
-ifneq ($(filter aosp_% %_auto %_go_phone trout_% gull% %_tv,$(PRODUCT_NAME)),)
-
-SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/flipendo
-
-endif
-
 # product sepolicy, allow other layers to append
 PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/cuttlefish/shared/sepolicy/product/private
 # PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/cuttlefish/shared/sepolicy/product/public
diff --git a/shared/sepolicy/system_ext/private/flipendo.te b/shared/sepolicy/system_ext/private/flipendo.te
deleted file mode 100644
index bdf57dc..0000000
--- a/shared/sepolicy/system_ext/private/flipendo.te
+++ /dev/null
@@ -1 +0,0 @@
-gpu_access(flipendo)