From baa3641d5f8e64288f45432d6e4989701dbbcc0f Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 17 Oct 2024 09:31:12 +0530 Subject: msm8996-common: Import newer GPS stack from xiaomi_msm8996-common Change-Id: I5afe78048c4af3648b2d267d71a58b63b9decbc9 --- BoardConfigCommon.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 95062f1..32c8fab 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -101,15 +101,15 @@ EXCLUDE_SERIF_FONTS := true TARGET_FS_CONFIG_GEN := $(VENDOR_PATH)/config.fs # GPS -BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := msm8996 -BOARD_VENDOR_QCOM_LOC_PDK_FEATURE_SET := true -DEVICE_SPECIFIC_GPS_PATH := $(VENDOR_PATH)/gps +BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := default +LOC_HIDL_VERSION := 3.0 # HIDL DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix_legacy.xml \ - vendor/lineage/config/device_framework_matrix.xml + vendor/lineage/config/device_framework_matrix.xml \ + $(VENDOR_PATH)/framework_compatibility_matrix.xml DEVICE_FRAMEWORK_MANIFEST_FILE := $(VENDOR_PATH)/framework_manifest.xml DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml -- cgit v1.2.3