diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2019-03-27 14:04:37 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-05-15 21:03:03 +0200 |
commit | 544f72589efed0d251f54377269d5ab43da8ca88 (patch) | |
tree | 1aa8b5a7362a79bc1d1b38ab5c4b5c14027e1f75 /manifest.xml | |
parent | 8ab725708be1487d08637a854f524c31652d66ff (diff) |
msm8996-common: Remove ANT+
* ANT+ HIDL implementation was removed from stock Pie BT stack
* The previous qualcomm-uart implementation is not compatible with QTI
BT HAL so there's no way to keep it
Change-Id: I33547eb7de5e77120f4acfc174ab10566070810d
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/manifest.xml b/manifest.xml index 0e736ce..dd051a7 100644 --- a/manifest.xml +++ b/manifest.xml @@ -328,15 +328,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </interface> </hal> <hal format="hidl"> - <name>com.qualcomm.qti.ant</name> - <transport>hwbinder</transport> - <version>1.0</version> - <interface> - <name>IAntHci</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl"> <name>com.qualcomm.qti.dpm.api</name> <transport>hwbinder</transport> <version>1.0</version> |