forked from openkylin/platform_build
Merge "Use HWC2 for all emulator images."
This commit is contained in:
commit
d4bcd158a5
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
||||
|
|
Loading…
Reference in New Issue