add remove_ninja_uploader.diff

This commit is contained in:
uazo 2022-01-11 17:05:18 +01:00 committed by GitHub
parent a14daf975e
commit 50f63f923f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
echo -e ${RED} -------- apply depot_tools patch ${NC}
cd depot_tools/
git apply ../depot_tools.diff
git apply ../remove_ninja_uploader.diff
cd ..
echo -e ${RED} -------- set envs ${NC}