summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-04-16 16:15:06 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-04-16 16:15:06 +0200
commit1dffd939b23d8f230212d44864f36d45d76fd4d2 (patch)
tree5080fb6a6e68a37671e1ea32e44cf3358bbbea14 /BoardConfig.mk
parent848fc29f7b018469571530c01d5ac00e502279ee (diff)
downloaddevice_samsung_t0lte-1dffd939b23d8f230212d44864f36d45d76fd4d2.tar.gz
device_samsung_t0lte-1dffd939b23d8f230212d44864f36d45d76fd4d2.tar.bz2
device_samsung_t0lte-1dffd939b23d8f230212d44864f36d45d76fd4d2.zip
t0lte: gps: enable set privacy
Change-Id: I62c4b43664cf2e5e835db59a5895d477267de419
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index c145f4e..6bd0390 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -21,6 +21,9 @@
-include device/samsung/t0lte/BoardCommonConfig.mk
+# GPS
+BOARD_GPS_SET_PRIVACY := true
+
# inherit from the proprietary version
-include vendor/samsung/t0lte/BoardConfigVendor.mk