2022-03-31 11:29:13 +00:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
#
|
|
|
|
|
|
2021-08-30 17:12:41 +03:00
|
|
|
# Enable project quotas and casefolding for emulated storage without sdcardfs
|
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
|
|
|
|
|
|
2022-03-31 11:36:40 +00:00
|
|
|
# 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
|
|
|
|
|
|
2021-09-03 20:29:28 +03:00
|
|
|
# Enable virtual A/B OTA
|
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
|
|
|
|
|
|
2019-09-12 23:47:56 +02:00
|
|
|
# APEX's
|
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
|
|
|
|
|
2022-03-31 12:19:11 +00:00
|
|
|
# Audio
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
libvolumelistener \
|
|
|
|
|
libqcomvisualizer \
|
|
|
|
|
libqcomvoiceprocessing \
|
|
|
|
|
libqcompostprocbundle
|
|
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
android.hardware.audio.effect@6.0-impl \
|
|
|
|
|
android.hardware.audio.service \
|
|
|
|
|
android.hardware.audio@6.0-impl \
|
|
|
|
|
android.hardware.soundtrigger@2.2-impl \
|
|
|
|
|
audioadsprpcd \
|
|
|
|
|
audio.a2dp.default \
|
|
|
|
|
audio.primary.holi \
|
|
|
|
|
audio.r_submix.default \
|
|
|
|
|
audio.usb.default \
|
|
|
|
|
libaudiopreprocessing \
|
|
|
|
|
libbatterylistener \
|
|
|
|
|
libbundlewrapper \
|
|
|
|
|
libcomprcapture \
|
|
|
|
|
libdownmix \
|
|
|
|
|
libdynproc \
|
|
|
|
|
libeffectproxy \
|
|
|
|
|
libexthwplugin \
|
|
|
|
|
libhdmiedid \
|
|
|
|
|
libhfp \
|
|
|
|
|
libldnhncr \
|
|
|
|
|
libreverbwrapper \
|
|
|
|
|
libsndmonitor \
|
|
|
|
|
libspkrprot \
|
|
|
|
|
libvisualizer
|
|
|
|
|
|
2022-04-01 20:02:11 +00:00
|
|
|
# AVB
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
q-gsi.avbpubkey \
|
|
|
|
|
r-gsi.avbpubkey \
|
|
|
|
|
s-gsi.avbpubkey
|
|
|
|
|
|
2022-03-31 12:21:37 +00:00
|
|
|
# Bluetooth
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
audio.bluetooth.default \
|
|
|
|
|
android.hardware.bluetooth.audio@2.0-impl \
|
|
|
|
|
com.dsi.ant@1.0.vendor \
|
|
|
|
|
vendor.qti.hardware.bluetooth_audio@2.0.vendor \
|
|
|
|
|
vendor.qti.hardware.bluetooth_audio@2.1.vendor \
|
|
|
|
|
vendor.qti.hardware.btconfigstore@1.0.vendor \
|
|
|
|
|
vendor.qti.hardware.btconfigstore@2.0.vendor
|
|
|
|
|
|
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
|
frameworks/av/services/audiopolicy/config/a2dp_in_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_in_audio_policy_configuration.xml \
|
|
|
|
|
frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml
|
|
|
|
|
|
2022-03-31 12:34:37 +00:00
|
|
|
# Camera
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
android.hardware.camera.provider@2.4-impl \
|
|
|
|
|
android.hardware.camera.provider@2.4-service_64 \
|
|
|
|
|
libcamera2ndk_vendor \
|
|
|
|
|
libstdc++.vendor \
|
|
|
|
|
vendor.qti.hardware.camera.postproc@1.0.vendor
|
|
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
Snap
|
|
|
|
|
|
2022-03-31 12:36:47 +00:00
|
|
|
# Consumer IR
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
android.hardware.ir@1.0-impl \
|
|
|
|
|
android.hardware.ir@1.0-service
|
|
|
|
|
|
2022-03-31 12:39:48 +00:00
|
|
|
# Display
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
android.hardware.graphics.mapper@3.0-impl-qti-display \
|
|
|
|
|
android.hardware.graphics.mapper@4.0-impl-qti-display \
|
|
|
|
|
android.hardware.memtrack@1.0-impl \
|
|
|
|
|
android.hardware.memtrack@1.0-service \
|
|
|
|
|
vendor.qti.hardware.display.allocator-service \
|
|
|
|
|
vendor.qti.hardware.display.composer-service \
|
|
|
|
|
vendor.qti.hardware.display.mapper@1.0.vendor \
|
|
|
|
|
vendor.qti.hardware.display.mapper@1.1.vendor \
|
|
|
|
|
vendor.qti.hardware.display.mapper@2.0.vendor \
|
|
|
|
|
vendor.qti.hardware.display.mapper@3.0.vendor \
|
|
|
|
|
vendor.qti.hardware.display.mapper@4.0.vendor
|
|
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
vendor.display.config@1.15.vendor \
|
|
|
|
|
vendor.display.config@2.0.vendor
|
|
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
libdisplayconfig.qti \
|
|
|
|
|
libdisplayconfig.qti.vendor \
|
|
|
|
|
libqdMetaData \
|
|
|
|
|
libtinyxml \
|
2021-08-30 23:28:06 +03:00
|
|
|
memtrack.default \
|
|
|
|
|
vndservicemanager
|
2022-03-31 12:39:48 +00:00
|
|
|
|
2022-04-13 19:48:05 +00:00
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
|
$(LOCAL_PATH)/configs/snapdragon_color_libs_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/snapdragon_color_libs_config.xml
|
|
|
|
|
|
2022-03-31 12:45:29 +00:00
|
|
|
# DRM
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
android.hardware.drm@1.3-service.clearkey
|
|
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
libdrm
|
|
|
|
|
|
2022-03-31 12:12:56 +00:00
|
|
|
# Fastbootd
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
fastbootd
|
|
|
|
|
|
2022-03-31 12:47:04 +00:00
|
|
|
# Fingerprint
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
vendor.xiaomi.hardware.fingerprintextension@1.0.vendor
|
|
|
|
|
|
2022-04-01 20:03:13 +00:00
|
|
|
# FM
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
FM2 \
|
|
|
|
|
libqcomfm_jni \
|
|
|
|
|
qcom.fmradio \
|
|
|
|
|
qcom.fmradio.xml
|
|
|
|
|
|
2019-04-03 16:44:10 +08:00
|
|
|
# GSI Keys
|
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
|
|
|
|
|
|
2022-03-31 12:47:42 +00:00
|
|
|
# Health
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
android.hardware.health@2.1-impl \
|
|
|
|
|
android.hardware.health@2.1-service
|
|
|
|
|
|
2021-02-10 22:02:15 +01:00
|
|
|
# HIDL
|
|
|
|
|
PRODUCT_PACKAGES += \
|
2022-04-13 19:53:47 +00:00
|
|
|
libhidltransport.vendor \
|
2021-02-10 22:02:15 +01:00
|
|
|
libhwbinder.vendor
|
|
|
|
|
|
2022-03-31 12:49:33 +00:00
|
|
|
# IPACM
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
ipacm \
|
|
|
|
|
IPACM_cfg.xml \
|
|
|
|
|
libipanat \
|
|
|
|
|
liboffloadhal
|
|
|
|
|
|
2022-03-31 12:53:33 +00:00
|
|
|
# Media
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
libavservices_minijail \
|
|
|
|
|
libavservices_minijail.vendor \
|
|
|
|
|
libavservices_minijail_vendor \
|
|
|
|
|
libcodec2_hidl@1.1.vendor \
|
|
|
|
|
libmm-omxcore \
|
|
|
|
|
libOmxAacEnc \
|
|
|
|
|
libOmxAmrEnc \
|
|
|
|
|
libOmxCore \
|
|
|
|
|
libOmxEvrcEnc \
|
|
|
|
|
libOmxG711Enc \
|
|
|
|
|
libOmxQcelp13Enc \
|
|
|
|
|
libOmxVdec \
|
|
|
|
|
libOmxVenc \
|
|
|
|
|
libstagefrighthw \
|
|
|
|
|
libstagefright_omx \
|
|
|
|
|
libstagefright_foundation \
|
|
|
|
|
libstagefright_softomx.vendor
|
|
|
|
|
|
2022-03-31 12:54:47 +00:00
|
|
|
# NFC
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
android.hardware.nfc@1.0-impl \
|
|
|
|
|
android.hardware.secure_element@1.0.vendor \
|
|
|
|
|
com.android.nfc_extras \
|
|
|
|
|
vendor.nxp.nxpese@1.0 \
|
|
|
|
|
vendor.nxp.nxpnfclegacy@1.0 \
|
|
|
|
|
vendor.nxp.nxpnfclegacy@1.0.vendor \
|
|
|
|
|
NfcNci \
|
|
|
|
|
SecureElement \
|
|
|
|
|
Tag
|
|
|
|
|
|
2022-03-31 11:55:59 +00:00
|
|
|
# Partitions
|
|
|
|
|
PRODUCT_BUILD_SUPER_PARTITION := false
|
|
|
|
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
|
|
|
|
|
2022-03-31 14:15:00 +00:00
|
|
|
# Permissions
|
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
|
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.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 \
|
|
|
|
|
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 \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.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/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
|
|
|
|
|
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 \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.hifi_sensors.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml \
|
|
|
|
|
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.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
|
|
|
|
|
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 \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
|
|
|
|
|
frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \
|
|
|
|
|
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 \
|
|
|
|
|
frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml \
|
|
|
|
|
frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
|
|
|
|
|
frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \
|
|
|
|
|
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.verified_boot.xml \
|
|
|
|
|
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/android.software.verified_boot.xml \
|
|
|
|
|
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.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.vulkan.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.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
|
|
|
|
|
|
2022-03-31 12:56:00 +00:00
|
|
|
# Power
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
android.hardware.power-service-qti \
|
|
|
|
|
vendor.qti.hardware.perf@2.2.vendor
|
|
|
|
|
|
2022-04-13 20:01:30 +00:00
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
|
$(LOCAL_PATH)/configs/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml
|
|
|
|
|
|
2021-02-10 22:06:22 +01:00
|
|
|
# QMI
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
libjson \
|
|
|
|
|
libqti_vndfwk_detect \
|
|
|
|
|
libqti_vndfwk_detect.vendor \
|
|
|
|
|
libvndfwk_detect_jni.qti \
|
|
|
|
|
libvndfwk_detect_jni.qti.vendor
|
|
|
|
|
|
2022-03-31 13:53:09 +00:00
|
|
|
# RIL
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
libjson \
|
|
|
|
|
librmnetctl
|
|
|
|
|
|
2022-03-31 13:56:05 +00:00
|
|
|
# Sensors
|
|
|
|
|
PRODUCT_PACKAGES += \
|
2021-09-21 01:58:57 +03:00
|
|
|
android.hardware.sensors@2.1-service.xiaomi_holi-multihal \
|
2022-03-31 13:56:05 +00:00
|
|
|
libsensorndkbridge
|
|
|
|
|
|
2022-03-31 12:11:36 +00:00
|
|
|
# Soong namespaces
|
|
|
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
|
|
|
$(LOCAL_PATH)
|
|
|
|
|
|
2022-03-31 14:04:33 +00:00
|
|
|
# Telephony
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
ims-ext-common \
|
|
|
|
|
ims_ext_common.xml \
|
|
|
|
|
qti-telephony-hidl-wrapper \
|
|
|
|
|
qti_telephony_hidl_wrapper.xml \
|
|
|
|
|
qti-telephony-utils \
|
|
|
|
|
qti_telephony_utils.xml \
|
|
|
|
|
telephony-ext
|
|
|
|
|
|
|
|
|
|
PRODUCT_BOOT_JARS += \
|
|
|
|
|
telephony-ext
|
|
|
|
|
|
2021-09-03 20:29:28 +03:00
|
|
|
# Update engine
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
update_engine \
|
|
|
|
|
update_engine_sideload \
|
|
|
|
|
update_verifier
|
|
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES_DEBUG += \
|
|
|
|
|
update_engine_client
|
|
|
|
|
|
2022-03-31 14:05:08 +00:00
|
|
|
# USB
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
android.hardware.usb@1.2-service-qti
|
|
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
init.qcom.usb.rc \
|
|
|
|
|
init.qcom.usb.sh
|
|
|
|
|
|
|
|
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
|
|
|
vendor/qcom/opensource/usb/etc
|
|
|
|
|
|
2021-06-19 11:46:02 +02:00
|
|
|
# Vibrator
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
vendor.qti.hardware.vibrator.service.xiaomi_holi
|
|
|
|
|
|
2022-04-13 20:56:48 +00:00
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
|
$(LOCAL_PATH)/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml
|
|
|
|
|
|
2022-03-31 14:08:07 +00:00
|
|
|
# WiFi
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
|
android.hardware.wifi@1.0-service \
|
|
|
|
|
hostapd \
|
|
|
|
|
libwifi-hal-ctrl \
|
|
|
|
|
libwifi-hal-qcom \
|
|
|
|
|
libwpa_client \
|
|
|
|
|
vendor.qti.hardware.wifi.hostapd@1.2.vendor \
|
|
|
|
|
vendor.qti.hardware.wifi.supplicant@2.1.vendor \
|
|
|
|
|
wpa_cli \
|
|
|
|
|
wpa_supplicant \
|
|
|
|
|
wpa_supplicant.conf
|
|
|
|
|
|
2022-03-31 11:29:13 +00:00
|
|
|
# Inherit the proprietary files
|
|
|
|
|
$(call inherit-product, vendor/xiaomi/sm6375-common/sm6375-common-vendor.mk)
|