From 735df82261e3b5898a4ddad24226ee03955d2b75 Mon Sep 17 00:00:00 2001 From: Jookia <166291@gmail.com> Date: Wed, 9 Nov 2016 07:14:35 +1100 Subject: Remove all GPS code. Currently gpswrapper causes a crash when booting, so for now remove it. But since we're removing that, remove the rest of it while we're at it. If people want to use the GPS, they can revert this commit. --- common.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 0d0f465..d56effd 100644 --- a/common.mk +++ b/common.mk @@ -50,11 +50,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk) -# Gps -PRODUCT_COPY_FILES += \ - $(COMMON_PATH)/configs/gps.conf:system/etc/gps.conf \ - $(COMMON_PATH)/configs/sirfgps.conf:system/etc/sirfgps.conf - # Packages PRODUCT_PACKAGES := \ com.android.future.usb.accessory \ @@ -155,7 +150,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \ - frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ frameworks/native/data/etc/android.hardware.location.xml:system/etc/permissions/android.hardware.location.xml \ frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \ frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \ -- cgit v1.1