 Issue 29670555:
  Issue 6264 - Can't prepare libadblockplus dependencies  (Closed)
    
  
    Issue 29670555:
  Issue 6264 - Can't prepare libadblockplus dependencies  (Closed) 
  | Index: third_party/libadblockplus_android/BUILD.gn | 
| diff --git a/third_party/libadblockplus_android/BUILD.gn b/third_party/libadblockplus_android/BUILD.gn | 
| index 63e0da6c67a7ee3f96bde4010edf984f14e66ee0..a52a4bde6e73c9c3b07cb7b46da6b3cbc5167cc8 100644 | 
| --- a/third_party/libadblockplus_android/BUILD.gn | 
| +++ b/third_party/libadblockplus_android/BUILD.gn | 
| @@ -65,7 +65,7 @@ _libadblockplus_binaries_dir = "${target_out_dir}/libadblockplus-binaries" | 
| _abs_libadblockplus_binaries_dir = rebase_path("${_libadblockplus_binaries_dir}") | 
| action("clear") { | 
| - script = "clear.py" | 
| + script = "clear_cache.py" | 
| 
anton
2018/01/16 05:35:38
"clear.py" is renamed to "clear_cache" just to rem
 
shoniko
2018/01/16 07:14:14
Acknowledged.
 | 
| args = [ | 
| "${_cwd}/libadblockplus-android/.externalNativeBuild" | 
| ] | 
| @@ -131,7 +131,7 @@ _abs_prebuild_dir = rebase_path("${_prebuild_dir}") | 
| # to generate .info and then rerun 'ninja' again to build with existing .info file. | 
| #print("Prebuilding libadblockplus-android to ${_abs_prebuild_dir}") | 
| -exec_script("clear.py", [ | 
| +exec_script("clear_cache.py", [ | 
| "${_cwd}/libadblockplus-android/.externalNativeBuild" | 
| ]) | 
| exec_script("subproc.py", [ |