klte: Include fingerprint support from common

* Additionally, enforce the presence of BoardConfigCommon.mk

Change-Id: I6c51987d20c4e58ac5401f01d0aedbf099be22f1
This commit is contained in:
Paul Keith 2017-12-29 01:00:35 +01:00 committed by Kevin F. Haggerty
parent 9adcca1f69
commit 273b8a5ac1
2 changed files with 7 additions and 1 deletions

View File

@ -14,13 +14,16 @@
# limitations under the License.
# inherit from common klte
-include device/samsung/klte-common/BoardConfigCommon.mk
include device/samsung/klte-common/BoardConfigCommon.mk
TARGET_OTA_ASSERT_DEVICE := klte,klteacg,klteatt,kltecan,kltelra,kltetmo,klteub,klteusc,kltevzw,kltexx
# Kernel
TARGET_KERNEL_CONFIG := lineage_klte_pn547_defconfig
# Fingerprint
include $(COMMON_PATH)/fingerprint/board.mk
# Init
TARGET_INIT_VENDOR_LIB := libinit_msm8974
TARGET_LIBINIT_MSM8974_DEFINES_FILE := device/samsung/klte/init/init_klte.cpp

View File

@ -23,6 +23,9 @@ $(call inherit-product-if-exists, vendor/samsung/klte/klte-vendor.mk)
# Overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Fingerprint
$(call inherit-product, device/samsung/klte-common/fingerprint/product.mk)
# NFC
# See https://github.com/LineageOS/android_system_nfc/blob/lineage-15.0/halimpl/pn54x/Android.mk#L15
# for magic values of NXP_CHIP_TYPE.