From 4e7bdd5b390e2e57d79c6a7ce278eaccfa7d3068 Mon Sep 17 00:00:00 2001 From: ZhangLe2016 <156590889+ZhangLe2016@users.noreply.github.com> Date: Tue, 10 Dec 2024 05:51:10 +0000 Subject: [PATCH] Update android/build-commissioner-libs.sh Co-authored-by: Kangping --- android/build-commissioner-libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build-commissioner-libs.sh b/android/build-commissioner-libs.sh index 162a9436..b858a372 100755 --- a/android/build-commissioner-libs.sh +++ b/android/build-commissioner-libs.sh @@ -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_*"