Steve Kondik | 7595620 | 2016-08-07 23:21:29 -0700 | [diff] [blame] | 1 | # Charger |
codeworkx | 9f22e53 | 2018-01-06 11:59:30 +0100 | [diff] [blame] | 2 | ifeq ($(WITH_LINEAGE_CHARGER),true) |
Luca Stefani | 5c60e4f | 2017-08-17 19:28:48 +0200 | [diff] [blame] | 3 | BOARD_HAL_STATIC_LIBRARIES := libhealthd.lineage |
Steve Kondik | 7595620 | 2016-08-07 23:21:29 -0700 | [diff] [blame] | 4 | endif |
Michael Bestas | 1fb7662 | 2018-03-21 18:29:45 +0200 | [diff] [blame] | 5 | |
| 6 | # QCOM HW crypto |
| 7 | ifeq ($(TARGET_HW_DISK_ENCRYPTION),true) |
| 8 | TARGET_CRYPTFS_HW_PATH ?= vendor/qcom/opensource/cryptfs_hw |
| 9 | endif |