diff options
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 3cbef38..3130ef3 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -31,6 +31,9 @@ COMMON_GLOBAL_CFLAGS += -DDISABLE_ASHMEM_TRACKING # Graphics TARGET_REQUIRES_SYNCHRONOUS_SETSURFACE := true +# Sensors +BOARD_USES_OPENSOURCE_SENSORS := false + # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/i9300/bluetooth |