blob: 442af13c3d76dd132f8ca8f5550c2abad85e9600 [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)
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)