blob: 5bbadf640ad06f2b934bb9c9818d3b7287801b2a [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
7PRODUCT_COPY_FILES := \
8 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)