blob: e097cceb21fd68f0a8d4294c6c000b7d9ce81b42 [file] [log] [blame]
Steve Kondik75956202016-08-07 23:21:29 -07001# Charger
codeworkx9f22e532018-01-06 11:59:30 +01002ifeq ($(WITH_LINEAGE_CHARGER),true)
Luca Stefani5c60e4f2017-08-17 19:28:48 +02003 BOARD_HAL_STATIC_LIBRARIES := libhealthd.lineage
Steve Kondik75956202016-08-07 23:21:29 -07004endif
Michael Bestas1fb76622018-03-21 18:29:45 +02005
6# QCOM HW crypto
7ifeq ($(TARGET_HW_DISK_ENCRYPTION),true)
8 TARGET_CRYPTFS_HW_PATH ?= vendor/qcom/opensource/cryptfs_hw
9endif