From 83b4444201c6d606207b7b7bb5e5cfe00c5a34a6 Mon Sep 17 00:00:00 2001 From: Shinru Han Date: Wed, 13 Mar 2024 03:32:45 +0000 Subject: [PATCH] gps: Update gps makefile Test: build pass Bug: 326527903 Bug: 329348168 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2c0acbacac0ccf89df43e9e0209019084cd7d1d9) Merged-In: I5edd29e9d6845210073664a71d14fec67554aff6 Change-Id: I5edd29e9d6845210073664a71d14fec67554aff6 --- location/device-gnss.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/location/device-gnss.mk b/location/device-gnss.mk index 85c5223..3dc63db 100644 --- a/location/device-gnss.mk +++ b/location/device-gnss.mk @@ -16,4 +16,4 @@ else endif # include pixel gnss hal service -include device/google/gs-common/gps/pixel/pixel_gnss_hal.mk +include vendor/google/gnss/aidl_service/pixel_gnss_hal.mk