| Index: build/android/gyp/pack_relocations.py
|
| diff --git a/build/android/gyp/pack_relocations.py b/build/android/gyp/pack_relocations.py
|
| index c2d02d72c054b11ee1a160ac8d25b9a0c3c6715f..6b0f8f1284e59bb628195d24d3432f2eacec36db 100755
|
| --- a/build/android/gyp/pack_relocations.py
|
| +++ b/build/android/gyp/pack_relocations.py
|
| @@ -90,11 +90,10 @@ def main(args):
|
|
|
| if options.filelistjson:
|
| build_utils.WriteJson({ 'files': output_paths }, options.filelistjson)
|
| + output_paths.append(options.filelistjson)
|
|
|
| if options.depfile:
|
| - build_utils.WriteDepfile(
|
| - options.depfile,
|
| - libraries + build_utils.GetPythonDependencies())
|
| + build_utils.WriteDepfile(options.depfile, output_paths[-1], libraries)
|
|
|
| if options.stamp:
|
| build_utils.Touch(options.stamp)
|
|
|