Flag: EXEMPT, bugfix only. Bug: 388685884 Test: Factory, AOSP and Pixel build success. Test: Pixel System Service can access GIA features on Pixel device builds. Test: GIA exists on factory builds. Change-Id: I12f55f1ce1c717da6d6c45edbb92854f7efa53e5 Signed-off-by: Kai Hsieh <kaihsieh@google.com>
8 lines
335 B
Text
8 lines
335 B
Text
# 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)
|