Skip to content

Commit 8837b51

Browse files
committed
build.sh: print out where we built the AAR
(because I had to invoke `find` to find it...)
1 parent 0002495 commit 8837b51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ shift $((OPTIND - 1))
9494

9595
moveFunction() {
9696
if [ -z "$output" ]; then
97-
echo "No output path provided, keep the generated path"
97+
echo -e "\nSUCCESS: Output AAR file is '$1'"
9898
else
9999
mv "$1" "$output"
100+
echo -e "\nSUCCESS: Output AAR file is '$output'"
100101
fi
101102
}
102103

0 commit comments

Comments
 (0)