summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2022-07-15 19:52:42 +0000
committeralk3pInjection <webmaster@raspii.tech>2023-12-28 12:46:30 +0800
commit1986f9eca4178d6bdf879c2f0c1d6d7870070e43 (patch)
treeb8e979e740a734af94e0cf97c3333a6aa7871daa
parentce3cb6c3829d8a506dabc73327402601bebf5a50 (diff)
Remove vendor_service.
We want to avoid associating types with where they can be used. Bug: 237115222 Test: build Change-Id: Iddc557b9eeef7acee16efa37ba832d2eb033cdc6
-rw-r--r--qva/vendor/common/service.te4
1 files changed, 2 insertions, 2 deletions
diff --git a/qva/vendor/common/service.te b/qva/vendor/common/service.te
index ee772758..a9330fe8 100644
--- a/qva/vendor/common/service.te
+++ b/qva/vendor/common/service.te
@@ -27,5 +27,5 @@
type vendor_dun_service, service_manager_type;
type vendor_imsrcs_service, service_manager_type;
-type vendor_hal_qvrd_service, vendor_service,service_manager_type;
-type vendor_hal_sxrd_service, vendor_service,service_manager_type;
+type vendor_hal_qvrd_service, hal_service_type, service_manager_type;
+type vendor_hal_sxrd_service, hal_service_type, service_manager_type;