HomeSort by relevance Sort by last modified time
    Searched refs:SDK_TOOLS (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/build_tools/
naclsdk 9 readonly SDK_TOOLS="${SCRIPT_DIR_ABS}/sdk_tools"
13 echo "Updating sdk_tools"
14 rm -rf "${SDK_TOOLS}"
15 mv "${SDK_TOOLS_UPDATE}" "${SDK_TOOLS}"
18 export PYTHONPATH="${SDK_TOOLS}"
19 python "${SDK_TOOLS}/sdk_update.py" "$@"
naclsdk.bat 10 set SDK_TOOLS=%SCRIPT_DIR%sdk_tools
15 echo Updating sdk_tools
16 if exist "%SDK_TOOLS%" (
17 rmdir /q/s "%SDK_TOOLS%"
19 move "%SDK_TOOLS_UPDATE%" "%SDK_TOOLS%"
24 python "%SDK_TOOLS%\sdk_update.py" %*
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 33 SDK_TOOLS = 'sdk_tools'
230 if SDK_TOOLS in requested_bundles:
231 logging.warn('Updating sdk_tools happens automatically. '
233 requested_bundles.discard(SDK_TOOLS)
312 if bundle.recommended == 'yes' and bundle.name != SDK_TOOLS:
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 346 """update the sdk_tools bundle"""
359 command.update.SDK_TOOLS,

Completed in 43 milliseconds