Add policy to prevent merging of default interface methods and class methods.

Bug: 163311975
Change-Id: I0d06ff5d2ced9f1e6243fe377c14b94d3eb71e9f
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 82745dc..bf5d4c7 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
-#  Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file
-#  for details. All rights reserved. Use of this source code is governed by a
-#  BSD-style license that can be found in the LICENSE file.
+# Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
 
 import adb
 import apk_masseur