From 797741c2bf4b82ecd21a9b9032eb314f3d96eb7e Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Tue, 24 Jun 2025 08:20:30 +0300 Subject: [PATCH] gs-common: Drop pixelsystemservice sepolicy We don't ship this app and it breaks the build since we are missing its policies. Change-Id: I136579fbd7c07de195b66b9f1e6b0fcb4bd3493a --- input/gia/gia.mk | 5 ----- input/gia/sepolicy-pixelsystemservice/gia.te | 8 -------- 2 files changed, 13 deletions(-) delete mode 100644 input/gia/sepolicy-pixelsystemservice/gia.te diff --git a/input/gia/gia.mk b/input/gia/gia.mk index 0cfb0d3..f7f6910 100644 --- a/input/gia/gia.mk +++ b/input/gia/gia.mk @@ -2,11 +2,6 @@ ifeq (,$(filter aosp_%, $(TARGET_PRODUCT))) BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/input/gia/sepolicy - # When not factory target - ifeq (,$(filter factory_%, $(TARGET_PRODUCT))) - BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/input/gia/sepolicy-pixelsystemservice - endif - PRODUCT_PACKAGES += gia PRODUCT_PACKAGES += com.google.input.gia.giaservicemanager diff --git a/input/gia/sepolicy-pixelsystemservice/gia.te b/input/gia/sepolicy-pixelsystemservice/gia.te deleted file mode 100644 index d7313cc..0000000 --- a/input/gia/sepolicy-pixelsystemservice/gia.te +++ /dev/null @@ -1,8 +0,0 @@ -# SEPolicies to be configured only if and only if Pixel System Service exists on the device - -# allow pixelsystemservice_app to communicate with gia -binder_use(pixelsystemservice_app) -hal_client_domain(pixelsystemservice_app, hal_gia) - -# allow gia to execute callback for pixelsystemservice_app -binder_call(gia, pixelsystemservice_app)