aboutsummaryrefslogtreecommitdiffstats
path: root/espresso-common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'espresso-common.mk')
-rw-r--r--espresso-common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/espresso-common.mk b/espresso-common.mk
index 5d7d4ac..1329261 100644
--- a/espresso-common.mk
+++ b/espresso-common.mk
@@ -21,9 +21,6 @@ DEVICE_PACKAGE_OVERLAYS += device/samsung/espresso-common/overlay/aosp-common
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
-# The gps config appropriate for this device
-$(call inherit-product, device/common/gps/gps_us_supl.mk)
-
LOCAL_PATH := device/samsung/espresso-common
# Enable higher-res drawables while keeping mdpi as primary source
@@ -43,6 +40,9 @@ PRODUCT_PACKAGES += \
init.recovery.espresso.rc
# GPS
+# gps config appropriate for this device
+$(call inherit-product, device/common/gps/gps_us_supl.mk)
+
PRODUCT_PACKAGES += \
libgpsd-compat