added patch to depot tools
This commit is contained in:
parent
9b3dc051cb
commit
ad75ab97d8
@ -1,5 +1,4 @@
|
|||||||
diff --git a/gclient_scm.py b/gclient_scm.py
|
diff --git a/gclient_scm.py b/gclient_scm.py
|
||||||
index 8a3410a8..f94af977 100644
|
|
||||||
--- a/gclient_scm.py
|
--- a/gclient_scm.py
|
||||||
+++ b/gclient_scm.py
|
+++ b/gclient_scm.py
|
||||||
@@ -1012,28 +1012,35 @@ class GitWrapper(SCMWrapper):
|
@@ -1012,28 +1012,35 @@ class GitWrapper(SCMWrapper):
|
||||||
|
@ -19,6 +19,12 @@ echo -e ${RED} -------- lastest version is: $VERSION ${NC}
|
|||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||||
|
|
||||||
|
# apply patchs
|
||||||
|
cd depot_tools/
|
||||||
|
git apply ../bromite-buildtools/depot_tools.diff
|
||||||
|
cd ..
|
||||||
|
|
||||||
PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_tools/:/usr/local/go/bin:$PATH
|
PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_tools/:/usr/local/go/bin:$PATH
|
||||||
|
|
||||||
env
|
env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user