Skip to content

Commit

Permalink
sdm660-common: Add qmi_fw.conf
Browse files Browse the repository at this point in the history
This file will silence the warnings on qmi

Signed-off-by: Alin Jerpelea <[email protected]>
Change-Id: I7d7ec0da00a33a0da8f189b0181d40919b9918e5
  • Loading branch information
jerpelea authored and Vivekachooz committed Jul 3, 2022
1 parent fe63883 commit 7cc25f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/qmi_fw.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Debug messages with priority >= ANDROID_LOG_WARN
QMI_CCI_DEBUG_LEVEL=5
QMI_CSI_DEBUG_LEVEL=5
3 changes: 3 additions & 0 deletions sdm660.mk
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ PRODUCT_PACKAGES += \
libqti_vndfwk_detect.vendor \
libvndfwk_detect_jni.qti.vendor

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf

# QNS
PRODUCT_PACKAGES += \
libstdc++.vendor
Expand Down

0 comments on commit 7cc25f4

Please sign in to comment.