Skip to content

Commit 7ccef0f

Browse files
committed
make: print contents of debug syms dir
1 parent e29c344 commit 7ccef0f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ $(DEBUG_SYMBOLS_ZIP): $(BUILDDIR)/intra/tun2socks-debug.aar
110110
$(LLVM_OBJCOPY) --strip-debug --strip-unneeded $$so; \
111111
echo "stripped $$arch/libgojni.so, debug symbols -> jni/$$arch/libgojni.so"; \
112112
done; \
113+
ls -Rltr $$tmpdir; \
113114
rm -f $<; (cd $$tmpdir && zip -qr $< .); \
114-
(cd $(DEBUG_SYMBOLS_DIR) && zip -qr $@ jni/)
115+
(cd $(DEBUG_SYMBOLS_DIR) && zip -qr $@ jni/) \
116+
&& echo "created debug symbols zip: $@" \
117+
ls -Rltr ${DEBUG_SYMBOLS_DIR}
115118

116119
.PHONY: android intra linux apple windows debugsymbols clean clean-all
117120

0 commit comments

Comments
 (0)