move brcm gps solution to gs-common

Bug: 254758553
Test: google map can locate on pixel
Change-Id: I0bee1c5b03b58f8fddda21b19817e2430462d14a
diff --git a/device-raven.mk b/device-raven.mk
index b6fd86f..cccf860 100644
--- a/device-raven.mk
+++ b/device-raven.mk
@@ -267,3 +267,13 @@
 # Enable adpf cpu hint session for SurfaceFlinger
 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
     debug.sf.enable_adpf_cpu_hint=true
+
+# Location
+ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
+        PRODUCT_COPY_FILES += \
+		device/google/raviole/location/gps.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
+else
+        PRODUCT_COPY_FILES += \
+		device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
+endif
+