Skip to content

Commit

Permalink
Fix CI build by generating build version file
Browse files Browse the repository at this point in the history
  • Loading branch information
hevrard committed Feb 12, 2019
1 parent d8d99e3 commit 9a2d36a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kokoro/ndk-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export PATH="$PWD:$PATH"

cd $SRC
./tools/git-sync-deps

./tools/update_build_version.py . samples/ third_party/

mkdir -p build/libs build/app
cd $SRC/build

Expand Down

0 comments on commit 9a2d36a

Please sign in to comment.