Skip to content

Commit

Permalink
BoardConfig: make display-legacy do what I want it to do
Browse files Browse the repository at this point in the history
wow I can't believe this has been broken for so long
  • Loading branch information
Daz Jones committed Aug 9, 2013
1 parent d089789 commit 28bbb40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BoardConfig.mk
Expand Up @@ -60,14 +60,15 @@ BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := u8815
BOARD_RIL_CLASS := ../../../device/huawei/u8815/ril/

# Graphics
COMMON_GLOBAL_CFLAGS += -DANCIENT_GL
COMMON_GLOBAL_CFLAGS += -DREFRESH_RATE=60 -DANCIENT_GL
BOARD_EGL_CFG := device/huawei/u8815/configs/egl.cfg
USE_OPENGL_RENDERER := true
BOARD_ADRENO_DECIDE_TEXTURE_TARGET := true
BOARD_AVOID_DRAW_TEXTURE_EXTENSION := true
BOARD_USE_SKIA_LCDTEXT := true
TARGET_NO_HW_OVERLAY := true
TARGET_QCOM_DISPLAY_VARIANT := legacy
TARGET_NO_HW_VSYNC := false

# Video
COMMON_GLOBAL_CFLAGS += -DQCOM_ICS_DECODERS -DQCOM_LEGACY_OMX -DQCOM_NO_SECURE_PLAYBACK
Expand Down

0 comments on commit 28bbb40

Please sign in to comment.