We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc2300 commit a540e5cCopy full SHA for a540e5c
tools/copy-libs.sh
@@ -541,7 +541,7 @@ for item; do
541
done
542
543
544
-for lib in "openthread" "espressif__esp-tflite-micro" "bt"; do
+for lib in "openthread" "espressif__esp-tflite-micro" "bt" "espressif__esp_matter; do
545
if [ -f "$AR_SDK/lib/lib$lib.a" ]; then
546
echo "Stripping $AR_SDK/lib/lib$lib.a"
547
"$TOOLCHAIN-strip" -g "$AR_SDK/lib/lib$lib.a"
0 commit comments