BoardConfig-common.mk

Bug: 186836335
Signed-off-by: Hyunki Koo <hyunki00.koo@samsung.com>
Change-Id: Id3f575d31fa32303207ac2a424d7543c45508cfc
This commit is contained in:
Hyunki Koo 2021-05-17 21:50:59 +09:00 committed by Aaron Ding
parent c4227335c9
commit 1e7f912b51
2 changed files with 9 additions and 7 deletions

View file

@ -93,7 +93,7 @@ BOARD_USES_ALIGN_RESTRICTION := false
BOARD_USES_GRALLOC_ION_SYNC := true
# This should be the same value as USE_SWIFTSHADER in device.mk
BOARD_USES_SWIFTSHADER := false
BOARD_USES_SWIFTSHADER := true
# Gralloc4
ifeq ($(BOARD_USES_EXYNOS_GRALLOC_VERSION),4)

View file

@ -139,7 +139,7 @@ USES_GAUDIO := true
endif
# This should be the same value as BOARD_USES_SWIFTSHADER in BoardConfig.mk
USE_SWIFTSHADER := false
USE_SWIFTSHADER := true
ifeq ($(USE_SWIFTSHADER),true)
PRODUCT_PROPERTY_OVERRIDES += \
@ -739,20 +739,22 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES_DEBUG += \
init.gps_log.rc
ifneq ($(DEVICE_USES_NO_TRUSTY), true)
# Trusty (KM, GK, Storage)
$(call inherit-product, system/core/trusty/trusty-storage.mk)
$(call inherit-product, system/core/trusty/trusty-base.mk)
#$(call inherit-product, system/core/trusty/trusty-storage.mk)
#$(call inherit-product, system/core/trusty/trusty-base.mk)
# Trusty unit test tool
PRODUCT_PACKAGES_DEBUG += trusty-ut-ctrl
#PRODUCT_PACKAGES_DEBUG += trusty-ut-ctrl
# Trusty ConfirmationUI HAL
PRODUCT_PACKAGES += \
#PRODUCT_PACKAGES += \
android.hardware.confirmationui@1.0-service.trusty.vendor
# Trusty Secure DPU Daemon
PRODUCT_PACKAGES += \
#PRODUCT_PACKAGES += \
securedpud.slider
endif
# Trusty Metrics Daemon
PRODUCT_SOONG_NAMESPACES += \