commit | 31c8ae178f01c27ab4a99a973eddf874164bcaf2 | [log] [tgz] |
---|---|---|
author | q.huang <q.huang@exm.com> | Wed Aug 17 17:52:29 2022 +0800 |
committer | rjw <rjw@exm.com> | Sun Aug 21 11:37:04 2022 +0800 |
tree | 08c84bfe58764c23bcf6cf9b5922e78132c99fa0 | |
parent | abfbb7ee992bd7e183aeb37529cd53ad5cf10a44 [diff] [blame] |
[feature][T8TSK-4] Optimize the network module, provide state buffer variables Change-Id: Ied5f06519095cdfc88789f2a6e8b728e29b73c48
diff --git a/src/lynq/lib/liblynq-network/makefile b/src/lynq/lib/liblynq-network/makefile index 7174f89..491d547 100755 --- a/src/lynq/lib/liblynq-network/makefile +++ b/src/lynq/lib/liblynq-network/makefile
@@ -28,6 +28,7 @@ LOCAL_LIBS := \ -L. \ -ldl \ + -lrt \ -llog \ -lbinder \ -lpthread \