sm8250-common: Import FOD HAL from device/oneplus/sm8150-common

This commit is contained in:
LuK1337
2020-06-22 20:00:06 +02:00
parent 7e343c47fe
commit e7779bb46f
13 changed files with 501 additions and 2 deletions

View File

@@ -41,7 +41,8 @@ PRODUCT_TARGET_VNDK_VERSION := 29
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.telephony.ims.xml \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/handheld_core_hardware.xml
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/handheld_core_hardware.xml \
vendor/lineage/config/permissions/vendor.lineage.biometrics.fingerprint.inscreen.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/vendor.lineage.biometrics.fingerprint.inscreen.xml
# A/B
AB_OTA_UPDATER := true
@@ -108,6 +109,13 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
OnePlusDoze
# Fingerprint
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.1-service.oneplus_kona \
lineage.biometrics.fingerprint.inscreen@1.0-service.oneplus_kona \
vendor.oneplus.fingerprint.extension@1.0 \
vendor.oneplus.hardware.display@1.0
# HotwordEnrollement app permissions
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/privapp-permissions-hotword.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-hotword.xml
@@ -158,7 +166,8 @@ PRODUCT_PACKAGES += \
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
$(LOCAL_PATH) \
device/oneplus/common
# Telephony
PRODUCT_PACKAGES += \