We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6126856 commit fb4ba49Copy full SHA for fb4ba49
tools/repo_diff/repo_diff_android.py
@@ -24,7 +24,7 @@
24
DEFAULT_UPSTREAM_MANIFEST_URL = "https://android.googlesource.com/platform/manifest"
25
DEFAULT_UPSTREAM_MANIFEST_BRANCH = "android-8.0.0_r1"
26
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
27
-DEFAULT_EXCLUSIONS_FILE = os.path.join(SCRIPT_DIR, "exclusions.txt")
+DEFAULT_EXCLUSIONS_FILE = os.path.join(SCRIPT_DIR, "android_exclusions.txt")
28
29
30
def parse_args():
0 commit comments