summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorJookia <166291@gmail.com>2016-11-09 07:14:35 +1100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-01-10 11:33:05 +0100
commit735df82261e3b5898a4ddad24226ee03955d2b75 (patch)
treebfc0c09930fba62317d7f53159150555ec7a4c27 /common.mk
parent24de677463060ad71bbbc2edfa8598f0c26239fe (diff)
downloaddevice_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.zip
device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.tar.gz
device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.tar.bz2
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.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 0 insertions, 6 deletions
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 \