From 1665ab9ebd02ae8404976562ba750b2cd6f5ad58 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Wed, 24 Mar 2021 11:31:42 +0100 Subject: [PATCH] beyond1lte: build inscreen fingerprint HAL Change-Id: I74a980e7028f7f5127a9b70b8d2a33c0c375de29 --- lineage_beyond1lte.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lineage_beyond1lte.mk b/lineage_beyond1lte.mk index 37fe699..f7790b8 100644 --- a/lineage_beyond1lte.mk +++ b/lineage_beyond1lte.mk @@ -20,6 +20,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) # Product API level $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) +# Inscreen Fingerprint HAL +TARGET_HAVE_FOD := true + # Inherit device configuration $(call inherit-product, device/samsung/beyond1lte/device.mk)