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..5ab1685b9b49e014cc60544b9eaf96f0c002422f 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 = "delete_dir.py" |
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("delete_dir.py", [ |
"${_cwd}/libadblockplus-android/.externalNativeBuild" |
]) |
exec_script("subproc.py", [ |