xref: /aosp_15_r20/external/webrtc/tools_webrtc/mb/mb.bat (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard Worker@echo off
2*d9f75844SAndroid Build Coastguard Workersetlocal
3*d9f75844SAndroid Build Coastguard Worker:: This is required with cygwin only.
4*d9f75844SAndroid Build Coastguard WorkerPATH=%~dp0;%PATH%
5*d9f75844SAndroid Build Coastguard Workerset PYTHONDONTWRITEBYTECODE=1
6*d9f75844SAndroid Build Coastguard Workercall vpython3 "%~dp0mb.py" %*
7