upgrade to hwc3

Bug: 201321174
Change-Id: Ifa12a2174d82547b6708021a24a6e9cee6b66fd5
This commit is contained in:
Long Ling 2021-10-25 14:39:59 -07:00
parent a52cd301cd
commit 91d7dd17d2
2 changed files with 3 additions and 8 deletions

View file

@ -246,7 +246,7 @@ endif
#BOARD_USE_SOUNDTRIGGER_HAL := false
# HWComposer
BOARD_HWC_VERSION := libhwc2.1
BOARD_HWC_VERSION := hwc3
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := false
BOARD_HDMI_INCAPABLE := true
TARGET_USES_HWC2 := true

View file

@ -595,11 +595,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
debug.slsi_platform=1 \
debug.hwc.winupdate=1
# hw composer HAL
PRODUCT_PACKAGES += \
libdisplaycolor \
hwcomposer.$(TARGET_BOARD_PLATFORM)
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES += displaycolor_service
endif
@ -769,8 +764,8 @@ PRODUCT_PACKAGES += \
# trusty_metricsd
PRODUCT_PACKAGES += \
android.hardware.graphics.composer@2.4-impl \
android.hardware.graphics.composer@2.4-service
android.hardware.composer.hwc3-service.pixel \
libdisplaycolor
# Storage: for factory reset protection feature
PRODUCT_PROPERTY_OVERRIDES += \