summaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-03-31 15:22:37 -0700
committerYifan Hong <elsk@google.com>2017-03-31 15:22:57 -0700
commitdf3c680b5f6e4e1f554d5a4ae7ec61aef0a8e9f0 (patch)
tree34acc8812c60a807e5beb5571ce452ade25b6317 /manifest.xml
parent04475567c2c72c52dfb53bf33bb37b4b40bbefb9 (diff)
downloadhikey-df3c680b5f6e4e1f554d5a4ae7ec61aef0a8e9f0.tar.gz
Do not assume default names for VINTF.
Explicitly state each interface for each HAL. Bug: 36570950 Test: pass Change-Id: I6cc2d84c25f5b999ca3b71f52dec597d04a0963e
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index bdd4753b..db334725 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -4,5 +4,9 @@
<transport>hwbinder</transport>
<impl level="generic"></impl>
<version>1.0</version>
+ <interface>
+ <name>IBluetoothHci</name>
+ <instance>default</instance>
+ </interface>
</hal>
</manifest>