sdm660-common: reorder sdm660.mk

This commit is contained in:
pix106 2024-04-10 05:37:47 +02:00 committed by CakesTwix
parent 9e43a500cb
commit 83a3b1106d
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -105,11 +105,13 @@ PRODUCT_PACKAGES += \
# Biometrics # Biometrics
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.3-service.xiaomi_sdm660 android.hardware.biometrics.fingerprint@2.3-service.xiaomi_sdm660 \
android.hardware.biometrics.fingerprint@2.3.vendor
# Bluetooth # Bluetooth
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
audio.bluetooth.default \ audio.bluetooth.default \
android.hardware.bluetooth@1.0.vendor \
android.hardware.bluetooth.audio-impl \ android.hardware.bluetooth.audio-impl \
vendor.qti.hardware.btconfigstore@1.0.vendor \ vendor.qti.hardware.btconfigstore@1.0.vendor \
vendor.qti.hardware.btconfigstore@2.0.vendor vendor.qti.hardware.btconfigstore@2.0.vendor
@ -206,6 +208,11 @@ PRODUCT_PACKAGES += \
android.hardware.drm-service.clearkey \ android.hardware.drm-service.clearkey \
android.hardware.drm@1.4.vendor android.hardware.drm@1.4.vendor
# Encryption
PRODUCT_PACKAGES += \
android.hardware.gatekeeper@1.0.vendor \
android.hardware.keymaster@4.1.vendor \
# Freeform Multiwindow # Freeform Multiwindow
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.freeform_window_management.xml frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.freeform_window_management.xml
@ -221,6 +228,7 @@ PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.gnss@2.1-impl-qti \ android.hardware.gnss@2.1-impl-qti \
android.hardware.gnss@2.1-service-qti \ android.hardware.gnss@2.1-service-qti \
android.hardware.gnss@2.1.vendor \
android.hardware.gnss.measurement_corrections@1.1.vendor \ android.hardware.gnss.measurement_corrections@1.1.vendor \
android.hardware.gnss.visibility_control@1.0.vendor \ android.hardware.gnss.visibility_control@1.0.vendor \
libbatching \ libbatching \
@ -259,20 +267,6 @@ PRODUCT_PACKAGES += \
libhwbinder \ libhwbinder \
libhwbinder.vendor libhwbinder.vendor
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.3.vendor \
android.hardware.bluetooth@1.0.vendor \
android.hardware.gatekeeper@1.0.vendor \
android.hardware.wifi.hostapd@1.3.vendor \
android.hardware.keymaster@4.1.vendor \
android.hardware.power@1.3.vendor \
android.hardware.radio.config@1.3.vendor \
android.hardware.radio@1.6.vendor \
android.hardware.radio.deprecated@1.0.vendor \
android.hardware.secure_element@1.2.vendor \
android.system.net.netd@1.1.vendor \
android.hardware.gnss@2.1.vendor
# IDC # IDC
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/idc/uinput-fpc.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput-fpc.idc \ $(COMMON_PATH)/configs/idc/uinput-fpc.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput-fpc.idc \
@ -363,6 +357,7 @@ PRODUCT_PACKAGES += \
# Net # Net
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.system.net.netd@1.1.vendor \
netutils-wrapper-1.0 netutils-wrapper-1.0
# OMX # OMX
@ -450,6 +445,7 @@ PRODUCT_PACKAGES += \
# Power # Power
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.power@1.3.vendor \
android.hardware.power-service.xiaomi_sdm660-libperfmgr android.hardware.power-service.xiaomi_sdm660-libperfmgr
# Powerhint # Powerhint
@ -497,6 +493,13 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf $(COMMON_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf
# Radio
PRODUCT_PACKAGES += \
android.hardware.radio.config@1.3.vendor \
android.hardware.radio@1.6.vendor \
android.hardware.radio.deprecated@1.0.vendor \
android.hardware.secure_element@1.2.vendor
# RIL # RIL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
extphonelib \ extphonelib \
@ -602,6 +605,7 @@ PRODUCT_PACKAGES += \
# WiFi # WiFi
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.wifi-service \ android.hardware.wifi-service \
android.hardware.wifi.hostapd@1.3.vendor \
hostapd \ hostapd \
hostapd_cli \ hostapd_cli \
libwifi-hal-qcom \ libwifi-hal-qcom \