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
This commit is contained in:
Michael Bestas 2025-06-24 08:20:30 +03:00 committed by Michael Bestas
parent 02b9cc144c
commit 797741c2bf
No known key found for this signature in database
2 changed files with 0 additions and 13 deletions

View file

@ -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

View file

@ -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)