Merge "Use HWC2 for all emulator images."

This commit is contained in:
TreeHugger Robot 2017-03-24 21:03:36 +00:00 committed by Android (Google) Code Review
commit d4bcd158a5
8 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -31,6 +31,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

View File

@ -43,6 +43,8 @@ ifeq ($(HOST_OS),linux)
endif
endif
TARGET_USES_HWC2 := true
# Build OpenGLES emulation host and guest libraries
BUILD_EMULATOR_OPENGL := true

View File

@ -54,6 +54,7 @@ PRODUCT_PACKAGES += \
fingerprint.ranchu \
android.hardware.biometrics.fingerprint@2.1-service \
sensors.ranchu \
android.hardware.graphics.composer@2.1-impl \
hwcomposer.goldfish \
hwcomposer.ranchu \