sdm660-common: reorder sdm660.mk
This commit is contained in:
parent
9e43a500cb
commit
83a3b1106d
1 changed files with 19 additions and 15 deletions
34
sdm660.mk
34
sdm660.mk
|
@ -105,11 +105,13 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Biometrics
|
||||
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
|
||||
PRODUCT_PACKAGES += \
|
||||
audio.bluetooth.default \
|
||||
android.hardware.bluetooth@1.0.vendor \
|
||||
android.hardware.bluetooth.audio-impl \
|
||||
vendor.qti.hardware.btconfigstore@1.0.vendor \
|
||||
vendor.qti.hardware.btconfigstore@2.0.vendor
|
||||
|
@ -206,6 +208,11 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.drm-service.clearkey \
|
||||
android.hardware.drm@1.4.vendor
|
||||
|
||||
# Encryption
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.gatekeeper@1.0.vendor \
|
||||
android.hardware.keymaster@4.1.vendor \
|
||||
|
||||
# Freeform Multiwindow
|
||||
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
|
||||
|
@ -221,6 +228,7 @@ PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.gnss@2.1-impl-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.visibility_control@1.0.vendor \
|
||||
libbatching \
|
||||
|
@ -259,20 +267,6 @@ PRODUCT_PACKAGES += \
|
|||
libhwbinder \
|
||||
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
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(COMMON_PATH)/configs/idc/uinput-fpc.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput-fpc.idc \
|
||||
|
@ -363,6 +357,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Net
|
||||
PRODUCT_PACKAGES += \
|
||||
android.system.net.netd@1.1.vendor \
|
||||
netutils-wrapper-1.0
|
||||
|
||||
# OMX
|
||||
|
@ -450,6 +445,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Power
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.power@1.3.vendor \
|
||||
android.hardware.power-service.xiaomi_sdm660-libperfmgr
|
||||
|
||||
# Powerhint
|
||||
|
@ -497,6 +493,13 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
$(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
|
||||
PRODUCT_PACKAGES += \
|
||||
extphonelib \
|
||||
|
@ -602,6 +605,7 @@ PRODUCT_PACKAGES += \
|
|||
# WiFi
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.wifi-service \
|
||||
android.hardware.wifi.hostapd@1.3.vendor \
|
||||
hostapd \
|
||||
hostapd_cli \
|
||||
libwifi-hal-qcom \
|
||||
|
|
Loading…
Reference in a new issue