• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@echo off
2rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
3set NDK_ROOT=%~dp0
4set NDK_MAKE=%NDK_ROOT%/prebuilt/windows/bin/make.exe
5%NDK_ROOT%\prebuilt\windows\bin\make.exe -f %NDK_ROOT%build/core/build-local.mk SHELL=cmd %* || exit /b %ERRORLEVEL%
6