Skip to content

Commit

Permalink
BoardConfigCommon: Fix sensors
Browse files Browse the repository at this point in the history
Our proprietary sensors library needs this enabled in order to load. Refer to http://review.cyanogenmod.org/#/c/53945/
  • Loading branch information
kerneltoast committed Nov 25, 2013
1 parent b2e50de commit 66c65d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BoardConfigCommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ BOARD_VOLD_MAX_PARTITIONS := 36
BOARD_USES_QCOM_GPS := true
BOARD_VENDOR_QCOM_GPS_LOC_API_AMSS_VERSION := 50000

# Sensors
COMMON_GLOBAL_CFLAGS += -DNEEDS_VECTORIMPL_SYMBOLS

# Graphics
COMMON_GLOBAL_CFLAGS += -DQCOM_NO_SECURE_PLAYBACK -DREFRESH_RATE=60 -DHTC_RGBA_8888_OFFSET
COMMON_GLOBAL_CFLAGS += -DGENLOCK_IOC_DREADLOCK -DUSE_GENLOCK
Expand Down

0 comments on commit 66c65d1

Please sign in to comment.