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:
parent
02b9cc144c
commit
797741c2bf
2 changed files with 0 additions and 13 deletions
|
@ -2,11 +2,6 @@
|
||||||
ifeq (,$(filter aosp_%, $(TARGET_PRODUCT)))
|
ifeq (,$(filter aosp_%, $(TARGET_PRODUCT)))
|
||||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/input/gia/sepolicy
|
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 += gia
|
||||||
PRODUCT_PACKAGES += com.google.input.gia.giaservicemanager
|
PRODUCT_PACKAGES += com.google.input.gia.giaservicemanager
|
||||||
|
|
||||||
|
|
|
@ -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)
|
|
Loading…
Add table
Add a link
Reference in a new issue