sm6225-common: Reorder Soong namespace includes

This commit is contained in:
Sebastiano Barezzi
2026-01-24 14:17:22 +08:00
committed by Liekoo
parent 7443fefbef
commit a43b4bad3c

View File

@@ -554,7 +554,8 @@ PRODUCT_SHIPPING_API_LEVEL := $(BOARD_SHIPPING_API_LEVEL)
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) \ $(LOCAL_PATH) \
hardware/qcom-caf/bootctrl \ hardware/qcom-caf/bootctrl \
hardware/xiaomi hardware/xiaomi \
vendor/qcom/opensource/usb/etc
# Telephony # Telephony
ifneq ($(TARGET_IS_TABLET),true) ifneq ($(TARGET_IS_TABLET),true)
@@ -624,8 +625,6 @@ PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.usb.config=mtp,adb persist.vendor.usb.config=mtp,adb
endif endif
PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/usb/etc
PRODUCT_COPY_FILES += \ 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.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.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml