Remove vendor_service.
We want to avoid associating types with where they can be used. Bug: 237115222 Test: build Change-Id: I4766227e2261d0d57be090933926ff3b439694f6
This commit is contained in:
parent
25bb42eb54
commit
81ccf8d719
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# EdgeTPU binder service type declaration.
|
# EdgeTPU binder service type declaration.
|
||||||
type edgetpu_app_service, service_manager_type;
|
type edgetpu_app_service, service_manager_type;
|
||||||
|
|
||||||
type edgetpu_vendor_service, service_manager_type, vendor_service;
|
type edgetpu_vendor_service, service_manager_type, hal_service_type;
|
||||||
type edgetpu_nnapi_service, app_api_service, service_manager_type, vendor_service;
|
type edgetpu_nnapi_service, app_api_service, service_manager_type;
|
||||||
|
|
4
whitechapel/vendor/google/service.te
vendored
4
whitechapel/vendor/google/service.te
vendored
|
@ -1,2 +1,2 @@
|
||||||
type hal_pixel_display_service, service_manager_type, vendor_service;
|
type hal_pixel_display_service, service_manager_type, hal_service_type;
|
||||||
type hal_uwb_vendor_service, service_manager_type, vendor_service;
|
type hal_uwb_vendor_service, service_manager_type, hal_service_type;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue