| Index: build/android/gyp/jar_toc.py
|
| diff --git a/build/android/gyp/jar_toc.py b/build/android/gyp/jar_toc.py
|
| index b8309561fbc1290e46d7a5492b192af966eb9dfc..540a3439a68011bf4bcbf71eab61b245c5959002 100755
|
| --- a/build/android/gyp/jar_toc.py
|
| +++ b/build/android/gyp/jar_toc.py
|
| @@ -107,17 +107,10 @@ def main():
|
|
|
| options, _ = parser.parse_args()
|
|
|
| - if options.depfile:
|
| - build_utils.WriteDepfile(
|
| - options.depfile,
|
| - build_utils.GetPythonDependencies())
|
| -
|
| DoJarToc(options)
|
|
|
| if options.depfile:
|
| - build_utils.WriteDepfile(
|
| - options.depfile,
|
| - build_utils.GetPythonDependencies())
|
| + build_utils.WriteDepfile(options.depfile, options.toc_path)
|
|
|
| if options.stamp:
|
| build_utils.Touch(options.stamp)
|
|
|