aboutsummaryrefslogtreecommitdiff
path: root/shinano.mk
diff options
context:
space:
mode:
authorKonstantin Koslowski <konstantin.koslowski@gmail.com>2014-09-03 13:57:49 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-09-15 11:32:06 +0000
commita7adc6147573c296df8d3e8d28f684ecb682ba1c (patch)
tree795db69caf48cb2f780dbd0da7008a19ae5b8acc /shinano.mk
parent388f8b6be20e2843b4a0a404ca9a33bffcf3ac3b (diff)
shinano: Add ANT+ support
* Add ANT+ permission, framework library, support libraries. Change-Id: I46d3c50d995458c2c951bc7548f3813b19fded55
Diffstat (limited to 'shinano.mk')
-rw-r--r--shinano.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/shinano.mk b/shinano.mk
index 2dbf238..6585c45 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -23,6 +23,7 @@ DEVICE_PACKAGE_OVERLAYS += $(COMMON_PATH)/overlay
# Permissions
PRODUCT_COPY_FILES += \
+ external/ant-wireless/antradio-library/com.dsi.ant.antradio_library.xml:system/etc/permissions/com.dsi.ant.antradio_library.xml \
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
@@ -55,6 +56,12 @@ PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/sbin/wait4tad_static:root/sbin/wait4tad_static \
$(COMMON_PATH)/rootdir/sbin/tad_static:root/sbin/tad_static
+# ANT+
+PRODUCT_PACKAGES += \
+ AntHalService \
+ com.dsi.ant.antradio_library \
+ libantradio
+
# Audio
PRODUCT_PACKAGES += \
audio.primary.msm8974 \