device_phh_treble/base.mk

46 lines
1.9 KiB
Makefile
Raw Normal View History

#Huawei devices don't declare fingerprint and telephony hardware feature
2017-12-17 16:46:37 +00:00
#TODO: Proper detection
PRODUCT_COPY_FILES := \
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
2017-12-17 16:46:37 +00:00
#Use a more decent APN config
PRODUCT_COPY_FILES += \
2017-12-17 16:46:37 +00:00
device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
BOARD_PLAT_PRIVATE_SEPOLICY_DIR += device/phh/treble/sepolicy
DEVICE_PACKAGE_OVERLAYS += device/phh/treble/overlay
2017-12-18 22:25:07 +00:00
$(call inherit-product, vendor/vndk/vndk.mk)
2017-12-17 16:46:37 +00:00
$(call inherit-product, vendor/hardware_overlay/overlay.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
#Those overrides are here because Huawei's init read properties
#from /system/etc/prop.default, then /vendor/build.prop, then /system/build.prop
#So we need to set our props in prop.default
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.build.version.sdk=$(PLATFORM_SDK_VERSION) \
ro.build.version.codename=$(PLATFORM_VERSION_CODENAME) \
ro.build.version.all_codenames=$(PLATFORM_VERSION_ALL_CODENAMES) \
ro.build.version.release=$(PLATFORM_VERSION)
2018-02-14 21:05:41 +00:00
ifdef ANDROID_PRODUCT_OUT
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.build.fingerprint=$(shell cat $(ANDROID_PRODUCT_OUT)/build_fingerprint.txt)
endif
2018-02-14 21:05:41 +00:00
#VNDK config files
PRODUCT_COPY_FILES += \
device/phh/treble/vndk-detect:system/bin/vndk-detect \
2018-02-14 21:05:41 +00:00
device/phh/treble/vndk.rc:system/etc/init/vndk.rc \
device/phh/treble/ld.config.26.txt:system/etc/ld.config.26.txt \
device/phh/treble/ld.config.27.txt:system/etc/ld.config.27.txt \
# NFC:
# Provide default libnfc-nci.conf file for devices that does not have one in
# vendor/etc
PRODUCT_COPY_FILES += \
device/phh/treble/nfc/libnfc-nci.conf:system/etc/libnfc-nci.conf