From: Mauro Rossi Date: Sun, 2 Jan 2022 21:46:06 +0000 (+0100) Subject: Remove support for IA-HWC and gralloc.intel modules (r-x86) X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=commitdiff_plain;h=refs%2Fheads%2Fr-x86 Remove support for IA-HWC and gralloc.intel modules (r-x86) Change-Id: I40a581fdcb0b231d7fed3b0ad5fe8843030f6800 --- diff --git a/BoardConfig.mk b/BoardConfig.mk index ecc6adf..53c34dc 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -99,8 +99,5 @@ BUILD_BROKEN_USES_BUILD_HOST_EXECUTABLE := true BUILD_BROKEN_USES_BUILD_HOST_STATIC_LIBRARY := true BOARD_USES_MINIGBM := true -BOARD_USES_MINIGBM_INTEL := true -BOARD_USES_GRALLOC1 := true -BOARD_USES_IA_HWCOMPOSER := true TARGET_USES_HWC2 ?= true #BOARD_USES_VULKAN := true diff --git a/gpu/gpu_mesa.mk b/gpu/gpu_mesa.mk index 89b92b2..fd42e93 100644 --- a/gpu/gpu_mesa.mk +++ b/gpu/gpu_mesa.mk @@ -10,8 +10,8 @@ PRODUCT_PACKAGES := \ amdgpu.ids \ - hwcomposer.drm hwcomposer.drm_minigbm hwcomposer.intel \ - gralloc.gbm gralloc.minigbm gralloc.intel \ + hwcomposer.drm hwcomposer.drm_minigbm \ + gralloc.gbm gralloc.minigbm \ libGLES_mesa \ libtxc_dxtn \