blob: 032e06135f8f4cdd1c9806f0c9ac17e77b399c28 [file] [log] [blame]
# Charger
ifeq ($(WITH_BLISS_CHARGER),true)
BOARD_HAL_STATIC_LIBRARIES := libhealthd.bliss
endif
# QCOM HW crypto
ifeq ($(TARGET_HW_DISK_ENCRYPTION),true)
TARGET_CRYPTFS_HW_PATH ?= vendor/qcom/opensource/cryptfs_hw
endif
include vendor/bliss/config/BoardConfigKernel.mk
include vendor/bliss/config/BoardConfigSoong.mk
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
include vendor/bliss/config/BoardConfigQcom.mk
endif