Add default GNSS HAL impl to device build

Bug: 31974439

Test: make
Change-Id: If1d35af7a40f7852d2fb15e01a87e15ed722c5d1
diff --git a/device-common.mk b/device-common.mk
index d3ecf60..1ab3589 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -56,6 +56,10 @@
 # PowerHAL
 PRODUCT_PACKAGES += android.hardware.power@1.0-impl
 
+#GNSS HAL
+PRODUCT_PACKAGES += \
+    android.hardware.gnss@1.0-impl
+
 # Copy hardware config file(s)
 PRODUCT_COPY_FILES +=  \
         device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \