Skip to content

Commit ef255eb

Browse files
committed
Fix SDK archive script, used in build-aar.sh and elsewhere.
The incorrect (old) mailmap handling line was accidentally left in place
1 parent 820278f commit ef255eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maintainer-scripts/archive-sdk.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ makeSubset "$TARNAME" $(getSDKFilenames)
4646
cd github
4747

4848
# Add the shared public .mailmap used in all GitHub projects derived from the internal openxr repo
49-
add_to_tar "$TARNAME" .mailmap
5049
if [ -f .mailmap ]; then
5150
# It's in the github folder.
5251
add_to_tar "$TARNAME" .mailmap

0 commit comments

Comments
 (0)