Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 450cd0ba authored by Lingfeng Yang's avatar Lingfeng Yang
Browse files

Use HWC2 for all emulator images.

bug: 36375335

Change-Id: I1a220d7ea0174a87713e3009ceba22a5e3f66f25
parent 7a43b1ed
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,6 @@ TARGET_ARCH_VARIANT := armv7-a
TARGET_CPU_VARIANT := generic
TARGET_CPU_VARIANT := generic
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_CPU_ABI2 := armeabi

HAVE_HTC_AUDIO_DRIVER := true
HAVE_HTC_AUDIO_DRIVER := true
BOARD_USES_GENERIC_AUDIO := true
BOARD_USES_GENERIC_AUDIO := true


@@ -39,6 +38,8 @@ ifeq ($(HOST_OS),linux)
  endif
  endif
endif
endif


TARGET_USES_HWC2 := true

# Build OpenGLES emulation guest and host libraries
# Build OpenGLES emulation guest and host libraries
BUILD_EMULATOR_OPENGL := true
BUILD_EMULATOR_OPENGL := true


+2 −0
Original line number Original line Diff line number Diff line
@@ -69,6 +69,8 @@ ifeq ($(HOST_OS),linux)
  endif
  endif
endif
endif


TARGET_USES_HWC2 := true

# Build OpenGLES emulation host and guest libraries
# Build OpenGLES emulation host and guest libraries
BUILD_EMULATOR_OPENGL := true
BUILD_EMULATOR_OPENGL := true


+2 −0
Original line number Original line Diff line number Diff line
@@ -46,6 +46,8 @@ ifeq ($(HOST_OS),linux)
  endif
  endif
endif
endif


TARGET_USES_HWC2 := true

# Build OpenGLES emulation guest and host libraries
# Build OpenGLES emulation guest and host libraries
BUILD_EMULATOR_OPENGL := true
BUILD_EMULATOR_OPENGL := true


+2 −0
Original line number Original line Diff line number Diff line
@@ -61,6 +61,8 @@ ifeq ($(HOST_OS),linux)
  endif
  endif
endif
endif


TARGET_USES_HWC2 := true

# Build OpenGLES emulation guest and host libraries
# Build OpenGLES emulation guest and host libraries
BUILD_EMULATOR_OPENGL := true
BUILD_EMULATOR_OPENGL := true


+2 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,8 @@ WITH_DEXPREOPT ?= true
WITH_DEXPREOPT_BOOT_IMG_ONLY ?= false
WITH_DEXPREOPT_BOOT_IMG_ONLY ?= false
endif
endif


TARGET_USES_HWC2 := true

# Build OpenGLES emulation host and guest libraries
# Build OpenGLES emulation host and guest libraries
BUILD_EMULATOR_OPENGL := true
BUILD_EMULATOR_OPENGL := true


Loading