blob: 06692a5ff569ca7ca97cd821c3e8a9d497d94bb0 [file] [log] [blame]
Pierre-Hugues Husson1cbdf552017-12-17 17:46:37 +01001#Huawei devices don't declare fingerprint hardware feature
2#TODO: Proper detection
3PRODUCT_COPY_FILES := \
4 frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml
5
6#Use a more decent APN config
Pierre-Hugues Hussonfbb85732017-12-21 13:31:38 +01007PRODUCT_COPY_FILES += \
Pierre-Hugues Husson1cbdf552017-12-17 17:46:37 +01008 device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
9
10BOARD_PLAT_PRIVATE_SEPOLICY_DIR += device/phh/treble/sepolicy
11DEVICE_PACKAGE_OVERLAYS += device/phh/treble/overlay
12
13$(call inherit-product, vendor/hardware_overlay/overlay.mk)
Pierre-Hugues Hussoncdf726b2017-12-17 18:12:19 +010014$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
15$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)