We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12f846 commit 9655270Copy full SHA for 9655270
device.mk
@@ -29,8 +29,10 @@ PRODUCT_COPY_FILES += \
29
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml
30
31
# GPS
32
+$(call inherit-product, device/common/gps/gps_eu_supl.mk)
33
PRODUCT_COPY_FILES += \
34
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 \
36
device/samsung/smdk4210-tab/configs/etc/gps.xml:system/etc/gps.xml
37
38
# Radio
0 commit comments