diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-05-07 19:28:48 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-05-07 19:28:48 +0200 |
commit | fb0003e4396992f0be99ff5640df4660ac1e95b4 (patch) | |
tree | 4fad1771633dbfa982222ab0e83f476f416d5141 | |
parent | 061bce458f44606e0815d2ec1d7dbddb4eb2fff3 (diff) | |
download | device_samsung_p5100-fb0003e4396992f0be99ff5640df4660ac1e95b4.zip device_samsung_p5100-fb0003e4396992f0be99ff5640df4660ac1e95b4.tar.gz device_samsung_p5100-fb0003e4396992f0be99ff5640df4660ac1e95b4.tar.bz2 |
p51xx: disable legacy sensors fusion
Change-Id: I9862ea8b4bc655d7ea67548806ca5e8d8d967a38
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f7da006..901fb78 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -83,6 +83,9 @@ BOARD_HAVE_BLUETOOTH_BCM := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/p5100/bluetooth BOARD_BLUEDROID_VENDOR_CONF := device/samsung/p5100/bluetooth/vnd_espresso10.txt +# Sensors +BOARD_USE_LEGACY_SENSORS_FUSION := false + # Security BOARD_USES_SECURE_SERVICES := true |