391 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			391 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Copyright (C) 2020 The LineageOS Project
 | 
						|
#
 | 
						|
# SPDX-License-Identifier: Apache-2.0
 | 
						|
#
 | 
						|
 | 
						|
# Inherit from those products. Most specific first.
 | 
						|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
 | 
						|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
 | 
						|
 | 
						|
# Enable project quotas and casefolding for emulated storage without sdcardfs
 | 
						|
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
 | 
						|
 | 
						|
# Enforce generic ramdisk allow list
 | 
						|
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
 | 
						|
 | 
						|
# Enable updating of APEXes
 | 
						|
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
 | 
						|
 | 
						|
# Enable virtual AB with vendor ramdisk
 | 
						|
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
 | 
						|
 | 
						|
# Setup dalvik vm configs
 | 
						|
$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
 | 
						|
 | 
						|
# Inherit from the proprietary version
 | 
						|
$(call inherit-product, vendor/xiaomi/sm8450-common/sm8450-common-vendor.mk)
 | 
						|
 | 
						|
# A/B
 | 
						|
AB_OTA_POSTINSTALL_CONFIG += \
 | 
						|
    RUN_POSTINSTALL_system=true \
 | 
						|
    POSTINSTALL_PATH_system=system/bin/otapreopt_script \
 | 
						|
    FILESYSTEM_TYPE_system=ext4 \
 | 
						|
    POSTINSTALL_OPTIONAL_system=true
 | 
						|
 | 
						|
AB_OTA_POSTINSTALL_CONFIG += \
 | 
						|
    RUN_POSTINSTALL_vendor=true \
 | 
						|
    POSTINSTALL_PATH_vendor=bin/checkpoint_gc \
 | 
						|
    FILESYSTEM_TYPE_vendor=ext4 \
 | 
						|
    POSTINSTALL_OPTIONAL_vendor=true
 | 
						|
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    checkpoint_gc \
 | 
						|
    otapreopt_script
 | 
						|
 | 
						|
# API
 | 
						|
PRODUCT_SHIPPING_API_LEVEL := 31
 | 
						|
BOARD_SHIPPING_API_LEVEL := 31
 | 
						|
 | 
						|
# Atrace
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.atrace@1.0-service
 | 
						|
 | 
						|
# Audio
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.audio@7.0-impl \
 | 
						|
    android.hardware.audio.effect@7.0-impl \
 | 
						|
    android.hardware.audio.service \
 | 
						|
    android.hardware.soundtrigger@2.3-impl
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    $(LOCAL_PATH)/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/audio_effects.xml \
 | 
						|
    $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/audio_policy_configuration.xml \
 | 
						|
    $(LOCAL_PATH)/audio/mixer_paths_overlay_dynamic.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/mixer_paths_overlay_dynamic.xml \
 | 
						|
    $(LOCAL_PATH)/audio/mixer_paths_overlay_static.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/mixer_paths_overlay_static.xml \
 | 
						|
    $(LOCAL_PATH)/audio/mixer_paths_waipio_mtp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/mixer_paths_waipio_mtp.xml \
 | 
						|
    $(LOCAL_PATH)/audio/resourcemanager_waipio_mtp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/resourcemanager_waipio_mtp.xml
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    $(LOCAL_PATH)/audio/backend_conf.xml:$(TARGET_COPY_OUT_VENDOR)/etc/backend_conf.xml \
 | 
						|
    $(LOCAL_PATH)/audio/bluetooth_qti_hearing_aid_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_qti_hearing_aid_audio_policy_configuration.xml \
 | 
						|
    $(LOCAL_PATH)/audio/card-defs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/card-defs.xml \
 | 
						|
    $(LOCAL_PATH)/audio/media_codecs_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2_audio.xml \
 | 
						|
    $(LOCAL_PATH)/audio/media_codecs_vendor_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_vendor_audio.xml \
 | 
						|
    $(LOCAL_PATH)/audio/microphone_characteristics.xml:$(TARGET_COPY_OUT_VENDOR)/etc/microphone_characteristics.xml \
 | 
						|
    $(LOCAL_PATH)/audio/usecaseKvManager.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usecaseKvManager.xml
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
 | 
						|
    frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
 | 
						|
    frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \
 | 
						|
    frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml
 | 
						|
 | 
						|
# Automotive
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.automotive.vehicle@2.0-manager-lib
 | 
						|
 | 
						|
# Bluetooth
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.bluetooth@1.0.vendor \
 | 
						|
    android.hardware.bluetooth.audio@2.0-impl
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml
 | 
						|
 | 
						|
# Boot control
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.boot@1.2-impl-qti \
 | 
						|
    android.hardware.boot@1.2-impl-qti.recovery \
 | 
						|
    android.hardware.boot@1.2-service
 | 
						|
 | 
						|
PRODUCT_PACKAGES_DEBUG += \
 | 
						|
    bootctl
 | 
						|
 | 
						|
# Camera
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.camera.provider@2.7.vendor \
 | 
						|
    camera.device@1.0-impl \
 | 
						|
    libcamera2ndk_vendor
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml
 | 
						|
 | 
						|
# DRM
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.drm@1.4-service.clearkey
 | 
						|
 | 
						|
# Dumpstate
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.dumpstate@1.1.vendor
 | 
						|
 | 
						|
# Fingerprint
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
 | 
						|
 | 
						|
# Fstab
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/charger_fw_fstab.qti:$(TARGET_COPY_OUT_VENDOR)/etc/charger_fw_fstab.qti
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.qcom \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_RECOVERY)/root/first_stage_ramdisk/fstab.qcom \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_VENDOR_RAMDISK)/first_stage_ramdisk/fstab.qcom
 | 
						|
 | 
						|
# Gatekeeper
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.gatekeeper@1.0.vendor
 | 
						|
 | 
						|
# GPS
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml
 | 
						|
 | 
						|
# Graphics
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.graphics.composer@2.4.vendor
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute-0.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level-1.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version-1_1.xml \
 | 
						|
    frameworks/native/data/etc/android.software.opengles.deqp.level-2021-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.opengles.deqp.level.xml \
 | 
						|
    frameworks/native/data/etc/android.software.vulkan.deqp.level-2021-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.xml
 | 
						|
 | 
						|
# Health
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.health@2.1-service
 | 
						|
 | 
						|
# HIDL
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hidl.allocator@1.0.vendor \
 | 
						|
    android.hidl.memory.block@1.0.vendor \
 | 
						|
    libhidltransport.vendor \
 | 
						|
    libhwbinder.vendor
 | 
						|
 | 
						|
# IPACM
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    ipacm \
 | 
						|
    IPACM_cfg.xml
 | 
						|
 | 
						|
# IR
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.ir@1.0-impl \
 | 
						|
    android.hardware.ir@1.0-service
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml
 | 
						|
 | 
						|
# JSON
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    libjson
 | 
						|
 | 
						|
# Keymaster
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.keymaster@4.1.vendor
 | 
						|
 | 
						|
# Media
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    init.qti.media.rc \
 | 
						|
    init.qti.media.sh
 | 
						|
 | 
						|
# Network
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml
 | 
						|
 | 
						|
# NFC
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.nfc@1.2.vendor
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.nfc.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.ese.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.uicc.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
 | 
						|
    frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.android.nfc_extras.xml \
 | 
						|
    frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml
 | 
						|
 | 
						|
# Overlays
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    CarrierConfigResCommon_Sys \
 | 
						|
    FrameworksResCommon_Sys \
 | 
						|
    SettingsResCommon_Sys \
 | 
						|
    SystemUIResCommon_Sys \
 | 
						|
    TelecommResCommon_Sys \
 | 
						|
    TelephonyResCommon_Sys \
 | 
						|
    WifiResCommon_Sys
 | 
						|
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    FrameworksResTarget_Vendor \
 | 
						|
    FrameworksResXiaomi \
 | 
						|
    SettingsProviderResXiaomi \
 | 
						|
    WifiResTarget \
 | 
						|
    WifiResTarget_spf
 | 
						|
 | 
						|
# Partitions
 | 
						|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
 | 
						|
 | 
						|
# Power
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.power-service-qti
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    vendor/qcom/opensource/power/config/taro/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml
 | 
						|
 | 
						|
# Recovery
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/init.recovery.qcom.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.qcom.rc
 | 
						|
 | 
						|
# RenderScript
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.renderscript@1.0-impl
 | 
						|
 | 
						|
# RIL
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.radio.config@1.3.vendor \
 | 
						|
    android.hardware.radio.deprecated@1.0.vendor \
 | 
						|
 | 
						|
# Secure element
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.secure_element@1.2.vendor
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml
 | 
						|
 | 
						|
# Sensors
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.sensors@2.1-service.xiaomi-multihal \
 | 
						|
    libsensorndkbridge
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.accelerometer.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.ambient_temperature.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.barometer.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.compass.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.gyroscope.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.hifi_sensors.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.light.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.proximity.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.relative_humidity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.relative_humidity.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.stepcounter.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.stepdetector.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.accelerometer.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.compass.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.gyroscope.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.light.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.proximity.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.stepcounter.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.stepdetector.xml
 | 
						|
 | 
						|
# Soong namespaces
 | 
						|
PRODUCT_SOONG_NAMESPACES += \
 | 
						|
    $(LOCAL_PATH)
 | 
						|
 | 
						|
# Telephony
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    extphonelib \
 | 
						|
    extphonelib-product \
 | 
						|
    extphonelib.xml \
 | 
						|
    extphonelib_product.xml \
 | 
						|
    ims-ext-common \
 | 
						|
    ims_ext_common.xml \
 | 
						|
    qti-telephony-hidl-wrapper \
 | 
						|
    qti-telephony-hidl-wrapper-prd \
 | 
						|
    qti_telephony_hidl_wrapper.xml \
 | 
						|
    qti_telephony_hidl_wrapper_prd.xml \
 | 
						|
    qti-telephony-utils \
 | 
						|
    qti-telephony-utils-prd \
 | 
						|
    qti_telephony_utils.xml \
 | 
						|
    qti_telephony_utils_prd.xml \
 | 
						|
    telephony-ext
 | 
						|
 | 
						|
PRODUCT_BOOT_JARS += \
 | 
						|
    telephony-ext
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \
 | 
						|
    frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml
 | 
						|
 | 
						|
# Thermal
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.thermal@2.0.vendor
 | 
						|
 | 
						|
# Touchscreen
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
 | 
						|
 | 
						|
# Ueventd
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/ueventd.qcom.rc:$(TARGET_COPY_OUT_VENDOR)/etc/ueventd.rc \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/ueventd-odm.rc:$(TARGET_COPY_OUT_ODM)/etc/ueventd.rc
 | 
						|
 | 
						|
# Update engine
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    update_engine \
 | 
						|
    update_engine_sideload \
 | 
						|
    update_verifier
 | 
						|
 | 
						|
PRODUCT_PACKAGES_DEBUG += \
 | 
						|
    update_engine_client
 | 
						|
 | 
						|
# USB
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.usb@1.3-service-qti
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml
 | 
						|
 | 
						|
# Vendor init
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/init.qcom.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.qcom.rc \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/init.target.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.target.rc \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/init.touch_report.rc:$(TARGET_COPY_OUT_RECOVERY)/root/vendor/etc/init/init.touch_report.rc \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/init.touch_report.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.touch_report.rc \
 | 
						|
    $(LOCAL_PATH)/rootdir/etc/init.xiaomi_sm8450.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.xiaomi_sm8450.rc \
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    $(LOCAL_PATH)/rootdir/bin/init.class_main.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.class_main.sh \
 | 
						|
    $(LOCAL_PATH)/rootdir/bin/init.qcom.class_core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.class_core.sh \
 | 
						|
    $(LOCAL_PATH)/rootdir/bin/init.qcom.early_boot.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.early_boot.sh \
 | 
						|
    $(LOCAL_PATH)/rootdir/bin/init.qcom.post_boot.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.post_boot.sh \
 | 
						|
    $(LOCAL_PATH)/rootdir/bin/init.qcom.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.sh
 | 
						|
 | 
						|
# Verified boot
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml
 | 
						|
 | 
						|
# WiFi
 | 
						|
PRODUCT_PACKAGES += \
 | 
						|
    android.hardware.wifi@1.0-service \
 | 
						|
    hostapd \
 | 
						|
    hostapd_cli \
 | 
						|
    libwifi-hal-qcom \
 | 
						|
    libwpa_client \
 | 
						|
    wpa_cli \
 | 
						|
    wpa_supplicant \
 | 
						|
    wpa_supplicant.conf
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    $(LOCAL_PATH)/wlan/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
 | 
						|
    $(LOCAL_PATH)/wlan/vendor_cmd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/vendor_cmd.xml \
 | 
						|
    $(LOCAL_PATH)/wlan/WCNSS_qcom_cfg_qca6490.ini:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/qca6490/WCNSS_qcom_cfg.ini \
 | 
						|
    $(LOCAL_PATH)/wlan/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
 | 
						|
 | 
						|
PRODUCT_COPY_FILES += \
 | 
						|
    frameworks/native/data/etc/android.hardware.wifi.aware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.aware.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml \
 | 
						|
    frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml
 |