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:
Cyber Knight 2024-02-27 14:52:05 +08:00
parent 5577038a6e
commit d2ff019ac6
No known key found for this signature in database
GPG Key ID: 23BD4CCD326E9D64
2 changed files with 0 additions and 15 deletions

View File

@ -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>

View File

@ -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