Skip to content

Commit

Permalink
Add -DQCOM_BSP in BoardConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Vache authored and Vache committed May 28, 2013
1 parent 672a83f commit 428ea4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ USE_CAMERA_STUB := false
TARGET_CPU_SMP := true

# Flags for Krait CPU
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE -DQCOM_BSP

# QCOM hardware
BOARD_USES_QCOM_HARDWARE := true
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,3 @@ android_device_acer_swing
========================

Android device tree for ACER Swing (CloudMobile) - Jellybean Branch


To fix display, add this

common_flags += -DQCOM_BSP

at bottom of hardware/qcom/display/common.mk

0 comments on commit 428ea4f

Please sign in to comment.