Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-common: Commit

device/generic/common


Commit MetaInfo

Révision368b6004e1362687b2add401d5f9a84e8ace370a (tree)
l'heure2022-01-03 06:46:06
AuteurMauro Rossi <issor.oruam@gmai...>
CommiterMauro Rossi

Message de Log

Remove support for IA-HWC and gralloc.intel modules (r-x86)

Change-Id: I40a581fdcb0b231d7fed3b0ad5fe8843030f6800

Change Summary

Modification

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -99,8 +99,5 @@ BUILD_BROKEN_USES_BUILD_HOST_EXECUTABLE := true
9999 BUILD_BROKEN_USES_BUILD_HOST_STATIC_LIBRARY := true
100100
101101 BOARD_USES_MINIGBM := true
102-BOARD_USES_MINIGBM_INTEL := true
103-BOARD_USES_GRALLOC1 := true
104-BOARD_USES_IA_HWCOMPOSER := true
105102 TARGET_USES_HWC2 ?= true
106103 #BOARD_USES_VULKAN := true
--- a/gpu/gpu_mesa.mk
+++ b/gpu/gpu_mesa.mk
@@ -10,8 +10,8 @@
1010
1111 PRODUCT_PACKAGES := \
1212 amdgpu.ids \
13- hwcomposer.drm hwcomposer.drm_minigbm hwcomposer.intel \
14- gralloc.gbm gralloc.minigbm gralloc.intel \
13+ hwcomposer.drm hwcomposer.drm_minigbm \
14+ gralloc.gbm gralloc.minigbm \
1515 libGLES_mesa \
1616 libtxc_dxtn \
1717
Afficher sur ancien navigateur de dépôt.