summaryrefslogtreecommitdiff
path: root/services/stats/android.frameworks.stats@1.0-service.xml
diff options
context:
space:
mode:
Diffstat (limited to 'services/stats/android.frameworks.stats@1.0-service.xml')
-rw-r--r--services/stats/android.frameworks.stats@1.0-service.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/services/stats/android.frameworks.stats@1.0-service.xml b/services/stats/android.frameworks.stats@1.0-service.xml
index bb02f66a28..c564b7be53 100644
--- a/services/stats/android.frameworks.stats@1.0-service.xml
+++ b/services/stats/android.frameworks.stats@1.0-service.xml
@@ -1,5 +1,5 @@
<manifest version="1.0" type="framework">
- <hal>
+ <hal max-level="5">
<name>android.frameworks.stats</name>
<transport>hwbinder</transport>
<version>1.0</version>
@@ -8,4 +8,10 @@
<instance>default</instance>
</interface>
</hal>
+
+ <hal format="aidl">
+ <name>android.frameworks.stats</name>
+ <version>1</version>
+ <fqname>IStats/default</fqname>
+ </hal>
</manifest>