move brcm gps solution to gs-common

Bug: 254758553
Test: google map can locate on pixel
Change-Id: I0bee1c5b03b58f8fddda21b19817e2430462d14a
diff --git a/device-oriole.mk b/device-oriole.mk
index f3cd922..3caae07 100644
--- a/device-oriole.mk
+++ b/device-oriole.mk
@@ -256,3 +256,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.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
+else
+        PRODUCT_COPY_FILES += \
+		device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
+endif
+