Add framework stats service permission for coral.

Bug: 214642365
Test: Presubmit
Ignore-AOSP-First: The change doesn't go to aosp.
Change-Id: I51286cfda274bf2724abb3aee39941f13552e834
diff --git a/vendor/qcom/common/chre.te b/vendor/qcom/common/chre.te
index 5a90e95..fd89c5a 100644
--- a/vendor/qcom/common/chre.te
+++ b/vendor/qcom/common/chre.te
@@ -14,3 +14,7 @@
 
 # To communicate with ST HAL
 hal_client_domain(chre, hal_audio)
+
+# Allow CHRE host to talk to the stats service
+allow chre fwk_stats_service:service_manager find;
+binder_call(chre, stats_service_server)