Remove vendor_service.

We want to avoid associating types with where they can be used.

Bug: 237115222
Test: build
Change-Id: I6795d960aa2a3b3832be8e0f6a11cb0fc3337982
This commit is contained in:
Steven Moreland 2022-07-26 23:53:54 +00:00
parent 6de977c9ba
commit 5d26e2ecc1

View file

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