aboutsummaryrefslogtreecommitdiffstats
path: root/i9305.mk
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-03-25 10:50:21 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-03-25 10:50:21 +0000
commita99f64e2534b621e7d023cca87b84d851daa061d (patch)
treea0d421e9edf403fca6d489b0022d4ec8db3169c7 /i9305.mk
parent850c4689e0ec222f2739ec75425e4f6a2e1f490e (diff)
downloaddevice_samsung_i9305-a99f64e2534b621e7d023cca87b84d851daa061d.zip
device_samsung_i9305-a99f64e2534b621e7d023cca87b84d851daa061d.tar.gz
device_samsung_i9305-a99f64e2534b621e7d023cca87b84d851daa061d.tar.bz2
i9305: use qcom gps hal
Change-Id: I682e4e900a46393b5030564decb2b3fe69f6bd56
Diffstat (limited to 'i9305.mk')
-rw-r--r--i9305.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/i9305.mk b/i9305.mk
index 19a4b95..a69f522 100644
--- a/i9305.mk
+++ b/i9305.mk
@@ -37,7 +37,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/tiny_hw.xml:system/etc/sound/m3
-# Gps
+# GPS
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.conf:system/etc/gps.conf
@@ -88,5 +88,6 @@ PRODUCT_COPY_FILES += \
# Include common makefile
$(call inherit-product, device/samsung/smdk4412-common/common.mk)
+$(call inherit-product, device/samsung/smdk4412-qcom-common/common.mk)
$(call inherit-product-if-exists, vendor/samsung/i9305/i9305-vendor.mk)