sdm710-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
This commit is contained in:
parent
90d4d13b18
commit
d3480d75f8
2 changed files with 7 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
|
|
@ -308,6 +308,10 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
$(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
||||||
|
|
||||||
|
# QMI
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf
|
||||||
|
|
||||||
# Net
|
# Net
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.system.net.netd@1.1 \
|
android.system.net.netd@1.1 \
|
||||||
|
|
Loading…
Reference in a new issue