Skip to content

Commit 9655270

Browse files
committed
moved gps config completely out of common
1 parent f12f846 commit 9655270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

device.mk

+2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ PRODUCT_COPY_FILES += \
2929
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml
3030

3131
# GPS
32+
$(call inherit-product, device/common/gps/gps_eu_supl.mk)
3233
PRODUCT_COPY_FILES += \
3334
device/samsung/smdk4210-tab/init.smdk4210.gps.rc:root/init.smdk4210.gps.rc \
35+
device/samsung/smdk4210-tab/configs/etc/gps.cer:system/etc/gps.cer \
3436
device/samsung/smdk4210-tab/configs/etc/gps.xml:system/etc/gps.xml
3537

3638
# Radio

0 commit comments

Comments
 (0)