BoardConfig-common.mk
Bug: 186836335 Signed-off-by: Hyunki Koo <hyunki00.koo@samsung.com> Change-Id: Id3f575d31fa32303207ac2a424d7543c45508cfc
This commit is contained in:
parent
c4227335c9
commit
1e7f912b51
2 changed files with 9 additions and 7 deletions
|
@ -93,7 +93,7 @@ BOARD_USES_ALIGN_RESTRICTION := false
|
||||||
BOARD_USES_GRALLOC_ION_SYNC := true
|
BOARD_USES_GRALLOC_ION_SYNC := true
|
||||||
|
|
||||||
# This should be the same value as USE_SWIFTSHADER in device.mk
|
# This should be the same value as USE_SWIFTSHADER in device.mk
|
||||||
BOARD_USES_SWIFTSHADER := false
|
BOARD_USES_SWIFTSHADER := true
|
||||||
|
|
||||||
# Gralloc4
|
# Gralloc4
|
||||||
ifeq ($(BOARD_USES_EXYNOS_GRALLOC_VERSION),4)
|
ifeq ($(BOARD_USES_EXYNOS_GRALLOC_VERSION),4)
|
||||||
|
|
14
device.mk
14
device.mk
|
@ -139,7 +139,7 @@ USES_GAUDIO := true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# This should be the same value as BOARD_USES_SWIFTSHADER in BoardConfig.mk
|
# This should be the same value as BOARD_USES_SWIFTSHADER in BoardConfig.mk
|
||||||
USE_SWIFTSHADER := false
|
USE_SWIFTSHADER := true
|
||||||
|
|
||||||
ifeq ($(USE_SWIFTSHADER),true)
|
ifeq ($(USE_SWIFTSHADER),true)
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
@ -739,20 +739,22 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
init.gps_log.rc
|
init.gps_log.rc
|
||||||
|
|
||||||
|
ifneq ($(DEVICE_USES_NO_TRUSTY), true)
|
||||||
# Trusty (KM, GK, Storage)
|
# Trusty (KM, GK, Storage)
|
||||||
$(call inherit-product, system/core/trusty/trusty-storage.mk)
|
#$(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-base.mk)
|
||||||
|
|
||||||
# Trusty unit test tool
|
# Trusty unit test tool
|
||||||
PRODUCT_PACKAGES_DEBUG += trusty-ut-ctrl
|
#PRODUCT_PACKAGES_DEBUG += trusty-ut-ctrl
|
||||||
|
|
||||||
# Trusty ConfirmationUI HAL
|
# Trusty ConfirmationUI HAL
|
||||||
PRODUCT_PACKAGES += \
|
#PRODUCT_PACKAGES += \
|
||||||
android.hardware.confirmationui@1.0-service.trusty.vendor
|
android.hardware.confirmationui@1.0-service.trusty.vendor
|
||||||
|
|
||||||
# Trusty Secure DPU Daemon
|
# Trusty Secure DPU Daemon
|
||||||
PRODUCT_PACKAGES += \
|
#PRODUCT_PACKAGES += \
|
||||||
securedpud.slider
|
securedpud.slider
|
||||||
|
endif
|
||||||
|
|
||||||
# Trusty Metrics Daemon
|
# Trusty Metrics Daemon
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue