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

Commit d4bcd158 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use HWC2 for all emulator images."

parents 36a570f7 450cd0ba
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ TARGET_ARCH_VARIANT := armv7-a
TARGET_CPU_VARIANT := generic
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi

HAVE_HTC_AUDIO_DRIVER := true
BOARD_USES_GENERIC_AUDIO := true

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

TARGET_USES_HWC2 := true

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

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

TARGET_USES_HWC2 := true

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

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

TARGET_USES_HWC2 := true

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

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

TARGET_USES_HWC2 := true

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

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

TARGET_USES_HWC2 := true

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

Loading