fixup! common: {gps, gps-legacy}: Add manifest entry for QCC vendor HAL
- We don't ship vendor blobs in the gps component and in newer platforms, QCC vendor HAL is AIDL. Change-Id: I46a42cf365fdada3b0f6aa581585ab51e380397b Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
This commit is contained in:
parent
5577038a6e
commit
d2ff019ac6
|
@ -1,11 +0,0 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>vendor.qti.hardware.qccvndhal</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IQccvndhal</name>
|
||||
<instance>qccvndhal</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
|
@ -23,10 +23,6 @@ BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := default
|
|||
# Inherit the GPS HAL.
|
||||
$(call inherit-product-if-exists, hardware/qcom/gps/gps_vendor_product.mk)
|
||||
|
||||
# Manifest
|
||||
DEVICE_MANIFEST_FILE += \
|
||||
$(QCOM_COMMON_PATH)/vendor/gps/qcc-manifest.xml
|
||||
|
||||
# Overlays
|
||||
PRODUCT_PACKAGES += \
|
||||
QCOMGPSFrameworksOverlay
|
||||
|
|
Loading…
Reference in New Issue