Skip to content

Commit a540e5c

Browse files
authored
feat(matter): strip matter lib.a
1 parent 4cc2300 commit a540e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/copy-libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ for item; do
541541
done
542542
done
543543

544-
for lib in "openthread" "espressif__esp-tflite-micro" "bt"; do
544+
for lib in "openthread" "espressif__esp-tflite-micro" "bt" "espressif__esp_matter; do
545545
if [ -f "$AR_SDK/lib/lib$lib.a" ]; then
546546
echo "Stripping $AR_SDK/lib/lib$lib.a"
547547
"$TOOLCHAIN-strip" -g "$AR_SDK/lib/lib$lib.a"

0 commit comments

Comments
 (0)