Merge "Add sepolicy for default Context Hub HAL access to stats service"
diff --git a/vendor/hal_contexthub_default.te b/vendor/hal_contexthub_default.te
index b29808d..4dac5f8 100644
--- a/vendor/hal_contexthub_default.te
+++ b/vendor/hal_contexthub_default.te
@@ -3,3 +3,7 @@
 
 type hal_contexthub_default_exec, exec_type, vendor_file_type, file_type;
 init_daemon_domain(hal_contexthub_default)
+
+# Allow Context Hub HAL to talk to the stats service for metric collection
+allow hal_contexthub_default fwk_stats_service:service_manager find;
+binder_call(hal_contexthub_default, stats_service_server)