commit | 2504029e02830927496517fc3f26597c0e1c56eb | [log] [tgz] |
---|---|---|
author | jge <jge@codeaurora.org> | Mon Sep 05 15:05:30 2016 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Sep 07 00:03:56 2016 -0700 |
tree | 19547810289acd2cba835303e359a80ccdaf7ade | |
parent | 0bfe692ce686a7bed3eaa8129f6f41acf1f04922 [diff] |
Wifi-HAL: Fix compile error for customer build Wcnss_service don't include stdlib.h, which causes implicit declaration of function 'atoi'. Issue happens when some customers download code without including /verdor/qcom/proprietary, so TARGET_USES_QCOM_WCNSS_QMI will not be defined, and stdlib.h can't be included indirectly. Change-Id: Ica7c55ff330bb32335f87556591f33b48076cf03 CRs-Fixed: 1063287