Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions kokoro/ndk-build/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ grep "Amber is a multi-API shader test framework" README.md >/dev/null

# This is required to run any git command in the docker since owner will
# have changed between the clone environment, and the docker container.
# Marking the root of the repo as safe for ownership changes.
git config --global --add safe.directory $ROOT_DIR
# Mark all repos as safe for ownership changes. This is needed for
# the git-sync-deps step.
git config --global --add safe.directory '*'

. /bin/using.sh
using ndk-r29
Expand Down