diff options
| author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-04-16 16:15:06 +0200 |
|---|---|---|
| committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-04-16 16:15:06 +0200 |
| commit | 1dffd939b23d8f230212d44864f36d45d76fd4d2 (patch) | |
| tree | 5080fb6a6e68a37671e1ea32e44cf3358bbbea14 /BoardConfig.mk | |
| parent | 848fc29f7b018469571530c01d5ac00e502279ee (diff) | |
| download | device_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.mk | 3 |
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 |
