summarylogtreecommitdiffstats
path: root/dont-bootstrap-libchromiumcontent.patch
blob: e6971e848467f1817cb55e4258780029c7e41df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/script/build-libchromiumcontent.py
+++ b/script/build-libchromiumcontent.py
@@ -44,7 +44,7 @@ def main():
   build = os.path.join(script_dir, 'build')
   create_dist = os.path.join(script_dir, 'create-dist')
   if args.force_update or libchromiumcontent_outdated():
-    execute_stdout([sys.executable, bootstrap])
+    # execute_stdout([sys.executable, bootstrap])
     execute_stdout([sys.executable, update, '-t', args.target_arch])
     update_gclient_done_marker()
   if args.debug: