upgrade to hwc3
Bug: 201321174 Change-Id: Ifa12a2174d82547b6708021a24a6e9cee6b66fd5
This commit is contained in:
parent
a52cd301cd
commit
91d7dd17d2
2 changed files with 3 additions and 8 deletions
|
@ -246,7 +246,7 @@ endif
|
||||||
#BOARD_USE_SOUNDTRIGGER_HAL := false
|
#BOARD_USE_SOUNDTRIGGER_HAL := false
|
||||||
|
|
||||||
# HWComposer
|
# HWComposer
|
||||||
BOARD_HWC_VERSION := libhwc2.1
|
BOARD_HWC_VERSION := hwc3
|
||||||
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := false
|
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := false
|
||||||
BOARD_HDMI_INCAPABLE := true
|
BOARD_HDMI_INCAPABLE := true
|
||||||
TARGET_USES_HWC2 := true
|
TARGET_USES_HWC2 := true
|
||||||
|
|
|
@ -595,11 +595,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
debug.slsi_platform=1 \
|
debug.slsi_platform=1 \
|
||||||
debug.hwc.winupdate=1
|
debug.hwc.winupdate=1
|
||||||
|
|
||||||
# hw composer HAL
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
libdisplaycolor \
|
|
||||||
hwcomposer.$(TARGET_BOARD_PLATFORM)
|
|
||||||
|
|
||||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
PRODUCT_PACKAGES += displaycolor_service
|
PRODUCT_PACKAGES += displaycolor_service
|
||||||
endif
|
endif
|
||||||
|
@ -769,8 +764,8 @@ PRODUCT_PACKAGES += \
|
||||||
# trusty_metricsd
|
# trusty_metricsd
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.graphics.composer@2.4-impl \
|
android.hardware.composer.hwc3-service.pixel \
|
||||||
android.hardware.graphics.composer@2.4-service
|
libdisplaycolor
|
||||||
|
|
||||||
# Storage: for factory reset protection feature
|
# Storage: for factory reset protection feature
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue