diff options
| author | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-06-02 22:36:16 +0300 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-06-02 22:36:16 +0300 |
| commit | 3e5217d66f5f8351f4a1e056e34839bdab190c74 (patch) | |
| tree | 082f815b53f8bc9f1f13307d978d10875c358fdf | |
| parent | 36f1cd4400cfc41b6ef250c13b29135e268ee4fd (diff) | |
msm8916: Add missing ANT+ permission
* Required to advertise ANT+ support
Change-Id: I821f626edfa2551dec5cc25b6cd7f9b6d928196f
| -rw-r--r-- | product/ant.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/product/ant.mk b/product/ant.mk index 73e2927..5f65e99 100644 --- a/product/ant.mk +++ b/product/ant.mk @@ -2,3 +2,7 @@ PRODUCT_PACKAGES += \ AntHalService \ com.dsi.ant.antradio_library \ libantradio + +# Permissions +PRODUCT_COPY_FILES += \ + external/ant-wireless/antradio-library/com.dsi.ant.antradio_library.xml:system/etc/permissions/com.dsi.ant.antradio_library.xml |
