| Index: build/android/findbugs_diff.py
|
| diff --git a/build/android/findbugs_diff.py b/build/android/findbugs_diff.py
|
| index 9a92b3a9b0d9017c96bce7df3a33d6d899f884e7..541cef1ba745cc53187ee75f048fff3d8843f693 100755
|
| --- a/build/android/findbugs_diff.py
|
| +++ b/build/android/findbugs_diff.py
|
| @@ -105,10 +105,8 @@ def main():
|
| print
|
| else:
|
| if args.depfile:
|
| - build_utils.WriteDepfile(
|
| - args.depfile,
|
| - build_utils.GetPythonDependencies() + args.auxclasspath
|
| - + args.jar_paths)
|
| + deps = args.auxclasspath + args.jar_paths
|
| + build_utils.WriteDepfile(args.depfile, args.output_file, deps)
|
| if args.stamp:
|
| build_utils.Touch(args.stamp)
|
|
|
|
|