Update path to ninja
ninja has been moved from prebuilts/ninja to prebuilts/build-tools so it can share the hermetic libc++.so there. Change-Id: I0b6e76baaa6916a8c7fd19c684b792ccef2f9cb1
This commit is contained in:
parent
1f7c527ee9
commit
3a31f1665c
1 changed files with 1 additions and 1 deletions
|
@ -40,4 +40,4 @@ if [ -f "${ENVFILE}" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
"prebuilts/ninja/${PREBUILTOS}/ninja" -f "${BUILDDIR}/build.ninja" -w dupbuild=err "$@"
|
||||
"prebuilts/build-tools/${PREBUILTOS}/bin/ninja" -f "${BUILDDIR}/build.ninja" -w dupbuild=err "$@"
|
||||
|
|
Loading…
Reference in a new issue