Index: build/config/android/rules.gni |
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni |
index dc3e86cbe94c27ea2a67e76a39aa51d16b7a44db..d161398eabde1ebd422c30d6bf5ea8e00664bb76 100644 |
--- a/build/config/android/rules.gni |
+++ b/build/config/android/rules.gni |
@@ -1621,7 +1621,7 @@ template("android_apk") { |
if (_native_libs != []) { |
action("${_template_name}__prepare_native") { |
- script = "//build/android/gyp/pack_arm_relocations.py" |
+ script = "//build/android/gyp/pack_relocations.py" |
packed_libraries_dir = "$_native_libs_dir/$android_app_abi" |
depfile = "$target_gen_dir/$target_name.d" |
outputs = [ |