Skip to content

Commit

Permalink
Update android/build-commissioner-libs.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Kangping <[email protected]>
  • Loading branch information
ZhangLe2016 and wgtdkp committed Dec 10, 2024
1 parent 4e7bdd5 commit 7d2d4f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/build-commissioner-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ rm -rf "$BUILD_DIR"/libs && mkdir -p "$BUILD_DIR"/libs
if find "$BUILD_DIR"/src/java/io/openthread/commissioner -name "SWIGTYPE_*" -print -quit | grep -q .; then
echo "*********** please check SWIG file \"commissioner.i\" ***********"
echo "Failed to create JAR library due to raw swig wrapper files under $BUILD_DIR/src/java/io/openthread/commissioner"
find "$BUILD_DIR"/src/java/io/openthread/commissioner -name "SWIGTYPE_p_*"
exit -1
fi

Expand Down

0 comments on commit 7d2d4f5

Please sign in to comment.