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 authored Dec 10, 2024
1 parent 919976e commit 4e7bdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build-commissioner-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ rm -rf "$BUILD_DIR"/libs && mkdir -p "$BUILD_DIR"/libs

## Check JNI contains any raw swig wrapper files

if find "$BUILD_DIR"/src/java/io/openthread/commissioner -name "SWIGTYPE_p_std__*" -print -quit | grep -q .; then
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_*"
Expand Down

0 comments on commit 4e7bdd5

Please sign in to comment.