diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-05-01 19:16:36 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-05-01 19:16:36 +0200 |
commit | 86c8a3a8b224c9b0dcbab70a5e8bd22c3732f29f (patch) | |
tree | 086c5b6e20ed8df1acfde3332fb564887b7934ea | |
parent | f5d18d77965fd94fc7705f346601279b02a460e2 (diff) | |
download | device_samsung_p3100-86c8a3a8b224c9b0dcbab70a5e8bd22c3732f29f.zip device_samsung_p3100-86c8a3a8b224c9b0dcbab70a5e8bd22c3732f29f.tar.gz device_samsung_p3100-86c8a3a8b224c9b0dcbab70a5e8bd22c3732f29f.tar.bz2 |
p31xx: disable legacy sensors fusion
Change-Id: I40dd5d1751af3df7f11bdc5d56e8bc63dffd5dd0
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ace7a17..486f0da 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -83,6 +83,9 @@ BOARD_HAVE_BLUETOOTH_BCM := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/p3100/bluetooth BOARD_BLUEDROID_VENDOR_CONF := device/samsung/p3100/bluetooth/vnd_espresso.txt +# Sensors +BOARD_USE_LEGACY_SENSORS_FUSION := false + # Security BOARD_USES_SECURE_SERVICES := true |