diff --git a/device.mk b/device.mk index 83f22f2..a414803 100644 --- a/device.mk +++ b/device.mk @@ -26,6 +26,7 @@ include $(CM_PATH)/common/audio.mk include $(CM_PATH)/common/consumerir.mk include $(CM_PATH)/common/fingerprint.mk include $(CM_PATH)/common/gello.mk +include $(CM_PATH)/common/gps.mk include $(CM_PATH)/common/lights.mk include $(CM_PATH)/common/media.mk include $(CM_PATH)/common/snap.mk diff --git a/product/gps.mk b/product/gps.mk deleted file mode 100644 index 72aa83d..0000000 --- a/product/gps.mk +++ /dev/null @@ -1,3 +0,0 @@ -# Permissions -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml