openthread / ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
52 stars 35 forks source link

[java] output generated java source files to given directory #140

Closed wgtdkp closed 4 years ago

wgtdkp commented 4 years ago

This PR adds a new option OT_COMM_JAVA_BINDING_OUTDIR to allow the user specify the output directory of auto-generated java files. This eases integration with Android applications.

codecov-commenter commented 4 years ago

Codecov Report

Merging #140 into master will increase coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   64.96%   64.98%   +0.02%     
==========================================
  Files          52       52              
  Lines        4755     4755              
==========================================
+ Hits         3089     3090       +1     
+ Misses       1666     1665       -1     
Impacted Files Coverage Δ
src/common/utils.hpp 100.00% <0.00%> (ø)
include/commissioner/commissioner.hpp 46.66% <0.00%> (+2.91%) :arrow_up: