Move hci_attach to hikey specific policy am: bafa947af8 am: 977b9afc2b am: fd67440c62
am: 3bc4cefae3

Change-Id: I1088aa47b485c4ba746a6963c91daac926c8a127
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 \