summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@google.com>2017-02-24 14:25:55 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-24 14:25:55 +0000
commit9b80b8ccfb79c08cc7073d4d14d9ca2f19c19525 (patch)
tree537fc032b4a0402567d67c185d10ae6f24587380
parent0024604e0fa33783d3810e5063dc25ef6574a601 (diff)
parent96569410e4325e540ab9b45d6c693440d69e84fa (diff)
downloadhikey-9b80b8ccfb79c08cc7073d4d14d9ca2f19c19525.tar.gz
hikey: Add the vintf.xml manifest file am: e4a28299c9
am: 96569410e4 Change-Id: Id99300042597ba30600e654e72a7d67396dcbf61
-rw-r--r--device-common.mk1
-rw-r--r--vintf.xml8
2 files changed, 9 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index de7a6070..c23f0b5b 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -73,6 +73,7 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
+ device/linaro/hikey/vintf.xml:vendor/manifest.xml \
device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
device/linaro/hikey/audio/audio_policy.conf:system/etc/audio_policy.conf
diff --git a/vintf.xml b/vintf.xml
new file mode 100644
index 00000000..bdd4753b
--- /dev/null
+++ b/vintf.xml
@@ -0,0 +1,8 @@
+<manifest version="1.0">
+ <hal format="hidl">
+ <name>android.hardware.bluetooth</name>
+ <transport>hwbinder</transport>
+ <impl level="generic"></impl>
+ <version>1.0</version>
+ </hal>
+</manifest>