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)