Skip to content

Commit

Permalink
Allow building with dlx. Use old ion api until we finish updating.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad0989 committed May 9, 2013
1 parent fa599d2 commit 9cbe519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

LOCAL_PATH := $(call my-dir)

ifneq ($(filter m7 m7wls,$(TARGET_DEVICE)),)
ifneq ($(filter m7 m7wls dlx,$(TARGET_DEVICE)),)

include $(call all-subdir-makefiles,$(LOCAL_PATH))

Expand Down
3 changes: 2 additions & 1 deletion BoardConfigCommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TARGET_CPU_SMP := true
TARGET_USE_KRAIT_BIONIC_OPTIMIZATION := true

# Flags
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE -DNEW_ION_API=1
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE

# QCOM hardware
BOARD_USES_QCOM_HARDWARE := true
Expand All @@ -60,6 +60,7 @@ USE_CAMERA_STUB := true
USE_OPENGL_RENDERER := true
TARGET_USES_C2D_COMPOSITION := true
TARGET_USES_ION := true
BOARD_HAVE_OLD_ION_API := true
TARGET_QCOM_DISPLAY_VARIANT := caf
BOARD_EGL_CFG := device/htc/apq8064-common/configs/egl.cfg

Expand Down

0 comments on commit 9cbe519

Please sign in to comment.