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:
parent
bc7e624aa3
commit
0624be886a
2 changed files with 6 additions and 0 deletions
3
configs/qmi_fw.conf
Normal file
3
configs/qmi_fw.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
#Debug messages with priority >= ANDROID_LOG_WARN
|
||||
QMI_CCI_DEBUG_LEVEL=5
|
||||
QMI_CSI_DEBUG_LEVEL=5
|
|
@ -500,6 +500,9 @@ $(call inherit-product, external/json-c/Android.configure.mk)
|
|||
PRODUCT_PACKAGES += \
|
||||
libjson
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(COMMON_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf
|
||||
|
||||
# QTI Performance
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(COMMON_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf \
|
||||
|
|
Loading…
Reference in a new issue