Remove vendor_service.
We want to avoid associating types with where they can be used.
Bug: 237115222
Test: build
Change-Id: I4766227e2261d0d57be090933926ff3b439694f6
Merged-In: I4766227e2261d0d57be090933926ff3b439694f6
(cherry picked from commit 81ccf8d719)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# EdgeTPU binder service type declaration.
|
||||
type edgetpu_app_service, service_manager_type;
|
||||
|
||||
type edgetpu_vendor_service, service_manager_type, vendor_service;
|
||||
type edgetpu_nnapi_service, app_api_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;
|
||||
|
||||
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_uwb_vendor_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, hal_service_type;
|
||||
|
||||
Reference in New Issue
Block a user