# # Copyright (C) 2023 The Android Open Source Project # # SPDX-License-Identifier: Apache-2.0 # DEVICE_PATH := device/xiaomi/sky # Inherit virtual_ab_ota_product. $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk) # Installs gsi keys into ramdisk, to boot a developer GSI with verified boot. $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk) # Call the proprietary setup. $(call inherit-product, vendor/xiaomi/sky/sky-vendor.mk) # Enable updating of APEXes. $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) # Project ID Quota. $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) QCV_FAMILY_SKUS := parrot ravelin # AAPT PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xxhdpi # 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 # AIDL NDK backend PRODUCT_PACKAGES += \ android.hardware.common-V2-ndk_platform.vendor \ android.hardware.gnss-V1-ndk_platform.vendor \ android.hardware.identity-V3-ndk_platform.vendor \ android.hardware.keymaster-V3-ndk_platform.vendor \ android.hardware.light-V1-ndk_platform.vendor \ android.hardware.memtrack-V1-ndk_platform.vendor \ android.hardware.security.keymint-V1-ndk_platform.vendor \ android.hardware.security.secureclock-V1-ndk_platform.vendor \ android.hardware.security.sharedsecret-V1-ndk_platform.vendor # ANT+ PRODUCT_PACKAGES += \ com.dsi.ant@1.0.vendor:64 # Audio SOONG_CONFIG_NAMESPACES += android_hardware_audio SOONG_CONFIG_android_hardware_audio += run_64bit SOONG_CONFIG_android_hardware_audio_run_64bit := true PRODUCT_PACKAGES += \ android.hardware.audio@7.0-impl:64 \ android.hardware.audio.effect@7.0-impl:64 \ android.hardware.audio.service \ android.hardware.soundtrigger@2.3-impl:64 \ vendor.qti.hardware.AGMIPC@1.0-service \ vendor.qti.hardware.pal@1.0-impl:64 PRODUCT_PACKAGES += \ audio.bluetooth.default:64 \ audio.r_submix.default:64 \ audio.usb.default:64 \ sound_trigger.primary.parrot:64 PRODUCT_PACKAGES += \ audioadsprpcd PRODUCT_PACKAGES += \ libagm_compress_plugin:64 \ libagm_mixer_plugin:64 \ libagm_pcm_plugin:64 \ libagmclient:64 \ libagmmixer:64 \ libbatterylistener:64 \ libfmpal:64 \ libpalclient:64 \ libqcompostprocbundle:64 \ libqcomvisualizer:64 \ libqcomvoiceprocessing:64 \ libsndcardparser:64 \ libvolumelistener:64 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/bluetooth_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration_7_0.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 PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_ravelin/audio_policy_configuration.xml \ $(LOCAL_PATH)/configs/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_ravelin_qssi/audio_policy_configuration.xml # Bluetooth PRODUCT_PACKAGES += \ android.hardware.bluetooth@1.0.vendor:64 \ android.hardware.bluetooth.audio-impl:64 \ vendor.qti.hardware.bluetooth_audio@2.1.vendor:64 \ vendor.qti.hardware.btconfigstore@1.0.vendor:64 \ vendor.qti.hardware.btconfigstore@2.0.vendor:64 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 animation TARGET_BOOT_ANIMATION_RES := 1080 # Boot control PRODUCT_PACKAGES += \ android.hardware.boot@1.2-impl-qti:64 \ android.hardware.boot@1.2-impl-qti.recovery:64 \ android.hardware.boot@1.2-service \ bootctrl.parrot \ bootctrl.parrot.recovery PRODUCT_PACKAGES_DEBUG += \ bootctl # Camera PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.7.vendor:64 \ libcamera_metadata.vendor:64 \ libexif.vendor:64 \ libpiex.vendor:64 \ libutilscallstack.vendor:64 \ libyuv.vendor:64 \ vendor.qti.hardware.camera.postproc@1.0.vendor:64 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 # Capabilityconfigstore PRODUCT_PACKAGES += \ vendor.qti.hardware.capabilityconfigstore@1.0.vendor:64 # Dalvik heap PRODUCT_PROPERTY_OVERRIDES += \ dalvik.vm.heapstartsize=8m \ dalvik.vm.heapsize=256m \ dalvik.vm.heapgrowthlimit=128m \ dalvik.vm.heaptargetutilization=0.75 \ dalvik.vm.heapminfree=512k \ dalvik.vm.heapmaxfree=8m # Device Settings PRODUCT_PACKAGES += \ XiaomiParts PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/parts/init.xiaomiparts.rc:$(TARGET_COPY_OUT_PRODUCT)/etc/init/init.xiaomiparts.rc PRODUCT_SYSTEM_EXT_PROPERTIES += \ persist.lcd.cabc_mode=1 # Display PRODUCT_PACKAGES += \ android.hardware.graphics.mapper@4.0-impl-qti-display \ vendor.qti.hardware.display.allocator-service \ vendor.qti.hardware.display.composer-service PRODUCT_PACKAGES += \ init.qti.display_boot.rc \ init.qti.display_boot.sh PRODUCT_PACKAGES += \ vendor.display.config@1.11.vendor \ vendor.qti.hardware.display.config-V2-ndk_platform.vendor \ vendor.qti.hardware.display.mapper@2.0.vendor PRODUCT_COPY_FILES += \ hardware/qcom-caf/sm8450/display/config/snapdragon_color_libs_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/snapdragon_color_libs_config.xml # DRM PRODUCT_PACKAGES += \ android.hardware.drm@1.4.vendor:64 \ android.hardware.drm-service.clearkey \ libdrm.vendor:64 # Dumpstate PRODUCT_PACKAGES += \ android.hardware.dumpstate@1.1.vendor:64 # Fastbootd PRODUCT_PACKAGES += \ android.hardware.fastboot@1.1-impl-mock \ fastbootd # Fingerprint PRODUCT_PACKAGES += \ android.hardware.biometrics.fingerprint@2.3-service.xiaomi PRODUCT_PACKAGES += \ libvendor.goodix.hardware.biometrics.fingerprint@2.1.vendor PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml # FM PRODUCT_PACKAGES += \ FM2 \ qcom.fmradio # F2FS utilities PRODUCT_PACKAGES += \ sg_write_buffer \ f2fs_io \ check_f2fs # Gatekeeper PRODUCT_PACKAGES += \ android.hardware.gatekeeper@1.0.vendor:64 # GPS PRODUCT_PACKAGES += \ android.hardware.gnss@2.1.vendor:64 \ android.hardware.power@1.2.vendor:64 \ libgrpc++_unsecure.vendor:64 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 += \ libgui_vendor:64 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-service.qti \ android.hardware.health-service.qti_recovery # HIDL PRODUCT_PACKAGES += \ android.hidl.allocator@1.0.vendor:64 \ android.hidl.memory.block@1.0.vendor:64 \ libhidltransport.vendor:64 \ libhwbinder.vendor:64 # Hotword Enrollement PRODUCT_COPY_FILES += \ $(DEVICE_PATH)/configs/privapp-permissions-hotword.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-hotword.xml # Input PRODUCT_COPY_FILES += \ $(DEVICE_PATH)/configs/idc/uinput-fpc.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/uinput-fpc.idc \ $(DEVICE_PATH)/configs/idc/uinput-goodix.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/uinput-goodix.idc \ $(DEVICE_PATH)/configs/keylayout/uinput-fpc.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/uinput-fpc.kl \ $(DEVICE_PATH)/configs/keylayout/uinput-goodix.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/uinput-goodix.kl # IPACM PRODUCT_PACKAGES += \ ipacm \ IPACM_cfg.xml \ IPACM_Filter_cfg.xml # IR PRODUCT_PACKAGES += \ android.hardware.ir@1.0-impl:64 \ 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 += \ libcurl.vendor:64 \ libjson:64 \ libjsoncpp.vendor:64 \ libsqlite.vendor:64 # Keymaster PRODUCT_PACKAGES += \ android.hardware.keymaster@4.1.vendor:64 \ libkeymaster_messages.vendor:64 # Keymint PRODUCT_PACKAGES += \ android.hardware.security.rkp-V1-ndk.vendor:64 PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml # Lineage Health PRODUCT_PACKAGES += \ vendor.lineage.health-service.default # Media PRODUCT_PACKAGES += \ libavservices_minijail.vendor:64 \ libcodec2_hidl@1.0.vendor:64 \ libsfplugin_ccodec_utils.vendor:64 # Mlipay PRODUCT_PACKAGES += \ vendor.xiaomi.hardware.mlipay@1.1.vendor \ vendor.xiaomi.hardware.mtdservice@1.0.vendor # NFC PRODUCT_PACKAGES += \ NfcNci \ android.hardware.nfc@1.2.vendor:64 \ libchrome.vendor:64 PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim/android.hardware.nfc.hce.xml \ frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim/android.hardware.nfc.hcef.xml \ frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim/android.hardware.nfc.uicc.xml \ frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim/android.hardware.nfc.xml \ frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim/com.android.nfc_extras.xml \ frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim/com.nxp.mifare.xml PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1/android.hardware.nfc.hce.xml \ frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1/android.hardware.nfc.hcef.xml \ frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1/android.hardware.nfc.uicc.xml \ frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1/android.hardware.nfc.xml \ frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1/com.android.nfc_extras.xml \ frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1/com.nxp.mifare.xml PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.ese.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1ese/android.hardware.nfc.ese.xml \ frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1ese/android.hardware.nfc.hce.xml \ frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1ese/android.hardware.nfc.hcef.xml \ frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1ese/android.hardware.nfc.uicc.xml \ frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1ese/android.hardware.nfc.xml \ frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1ese/com.android.nfc_extras.xml \ frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1ese/com.nxp.mifare.xml PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.ese.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesimese/android.hardware.nfc.ese.xml \ frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesimese/android.hardware.nfc.hce.xml \ frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesimese/android.hardware.nfc.hcef.xml \ frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesimese/android.hardware.nfc.uicc.xml \ frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesimese/android.hardware.nfc.xml \ frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesimese/com.android.nfc_extras.xml \ frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesimese/com.nxp.mifare.xml PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.ese.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hceese/android.hardware.nfc.ese.xml \ frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hceese/android.hardware.nfc.hce.xml \ frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hceese/android.hardware.nfc.hcef.xml \ frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hceese/android.hardware.nfc.xml \ frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hceese/com.android.nfc_extras.xml \ frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hceese/com.nxp.mifare.xml # Network PRODUCT_PACKAGES += \ android.system.net.netd@1.1.vendor PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml # Overlays DEVICE_PACKAGE_OVERLAYS += \ $(DEVICE_PATH)/overlay-lineage # Partitions PRODUCT_USE_DYNAMIC_PARTITIONS := true # Perf PRODUCT_PACKAGES += \ vendor.qti.hardware.perf@2.3.vendor:64 # Power PRODUCT_PACKAGES += \ android.hardware.power-service.lineage-libperfmgr \ libperfmgr.vendor \ libqti-perfd-client PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json # Protobuf PRODUCT_PACKAGES += \ libprotobuf-cpp-full-3.9.1-vendorcompat # Properties include $(DEVICE_PATH)/configs/properties/default.mk # QTI PRODUCT_PACKAGES += \ vendor.qti.hardware.systemhelper@1.0.vendor:64 # RenderScript PRODUCT_PACKAGES += \ android.hardware.renderscript@1.0-impl:64 # RIL PRODUCT_PACKAGES += \ android.hardware.radio.config@1.3.vendor:64 \ android.hardware.radio.deprecated@1.0.vendor:64 PRODUCT_PACKAGES += \ librmnetctl # Rootdir PRODUCT_PACKAGES += \ charger_fw_fstab.qti \ fstab.default \ init.class_main.sh \ init.kernel.post_boot.sh \ init.sky.rc \ init.qcom.class_core.sh \ init.qcom.early_boot.sh \ init.qcom.post_boot.sh \ init.qcom.rc \ init.qcom.sh \ init.target.rc \ ueventd.qcom.rc \ ueventd-odm.rc \ init.recovery.qcom.rc # RRO Overlays PRODUCT_PACKAGES += \ CarrierConfig \ FrameworksResCommon \ FrameworksResTarget \ SettingsResCommon \ SystemUIResCommon \ TelephonyResCommon \ WifiResCommon \ WifiResTarget # Secure element PRODUCT_PACKAGES += \ android.hardware.secure_element@1.2.vendor:64 PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hceese/android.hardware.se.omapi.ese.xml \ frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hceese/android.hardware.se.omapi.uicc.xml PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim/android.hardware.se.omapi.uicc.xml PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1/android.hardware.se.omapi.uicc.xml PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1ese/android.hardware.se.omapi.ese.xml \ frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesim1ese/android.hardware.se.omapi.uicc.xml PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesimese/android.hardware.se.omapi.ese.xml \ frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hcesimese/android.hardware.se.omapi.uicc.xml # Sensors PRODUCT_PACKAGES += \ android.frameworks.sensorservice@1.0 \ android.frameworks.sensorservice@1.0.vendor:64 \ android.hardware.sensors@2.1-service.xiaomi-multihal \ libsensorndkbridge:64 PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_ravelin/android.hardware.sensor.accelerometer.xml \ frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_ravelin/android.hardware.sensor.compass.xml \ frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_ravelin/android.hardware.sensor.gyroscope.xml \ frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_ravelin/android.hardware.sensor.light.xml \ frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_ravelin/android.hardware.sensor.proximity.xml \ frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_ravelin/android.hardware.sensor.stepcounter.xml \ frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_ravelin/android.hardware.sensor.stepdetector.xml # Servicetracker PRODUCT_PACKAGES += \ vendor.qti.hardware.servicetracker@1.2.vendor:64 # SHIPPING API PRODUCT_SHIPPING_API_LEVEL := 31 # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(DEVICE_PATH) \ hardware/bliss/interfaces/power-libperfmgr \ hardware/google \ hardware/google/interfaces \ hardware/google/pixel \ hardware/google/pixel/power-libperfmgr/libperfmgr \ hardware/qcom-caf/common/libqti-perfd-client \ hardware/xiaomi # 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 \ xiaomi-telephony-stub PRODUCT_BOOT_JARS += \ telephony-ext \ xiaomi-telephony-stub 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-service.qti # 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 # Update engine PRODUCT_PACKAGES += \ checkpoint_gc \ otapreopt_script \ update_engine \ update_engine_sideload \ update_verifier PRODUCT_PACKAGES_DEBUG += \ update_engine_client # USB PRODUCT_PACKAGES += \ android.hardware.usb-service.qti \ android.hardware.usb.gadget-service.qti PRODUCT_PACKAGES += \ init.qcom.usb.rc \ init.qcom.usb.sh \ usb_compositions.conf PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/usb/etc 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 API BOARD_SHIPPING_API_LEVEL := 31 # Vendor service manager PRODUCT_PACKAGES += \ vndservicemanager # 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 # Vibrator PRODUCT_PACKAGES += \ vendor.qti.hardware.vibrator.service PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml # VNDK PRODUCT_PACKAGES += \ libstdc++_vendor # Wi-Fi PRODUCT_PACKAGES += \ android.hardware.wifi-service \ android.hardware.wifi.hostapd@1.0.vendor \ wpa_cli \ libwpa_client:64 \ hostapd \ libwifi-hal-qcom:64 \ wpa_supplicant \ wpa_supplicant.conf # WiFi firmware symlinks PRODUCT_PACKAGES += \ symlink_wlan_cfg_adrastea \ symlink_wlan_fw_adrastea PRODUCT_COPY_FILES += \ $(DEVICE_PATH)/configs/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/adrastea/WCNSS_qcom_cfg.ini 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 # WiFi Display PRODUCT_PACKAGES += \ libnl \ libpng.vendor \ libwfdaac_vendor