sdm660-common: configs: Add qmi_fw.conf

This file will silence the warnings on qmi

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
Change-Id: I7d7ec0da00a33a0da8f189b0181d40919b9918e5
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Alin Jerpelea 2023-02-18 17:26:55 +08:00 committed by pix106
parent bc7e624aa3
commit 0624be886a
2 changed files with 6 additions and 0 deletions

3
configs/qmi_fw.conf Normal file
View file

@ -0,0 +1,3 @@
#Debug messages with priority >= ANDROID_LOG_WARN
QMI_CCI_DEBUG_LEVEL=5
QMI_CSI_DEBUG_LEVEL=5

View file

@ -500,6 +500,9 @@ $(call inherit-product, external/json-c/Android.configure.mk)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libjson libjson
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf
# QTI Performance # QTI Performance
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf \ $(COMMON_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf \