Skip to content

Commit fb4ba49

Browse files
author
Po-Chien Hsueh
committed
Rename exclusions.txt in the script
The file name has been changed in a previous CL Test: run the script Change-Id: I7cc1b183989ae674e14e65321e09c51d5c689ad0
1 parent 6126856 commit fb4ba49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/repo_diff/repo_diff_android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
DEFAULT_UPSTREAM_MANIFEST_URL = "https://android.googlesource.com/platform/manifest"
2525
DEFAULT_UPSTREAM_MANIFEST_BRANCH = "android-8.0.0_r1"
2626
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
27-
DEFAULT_EXCLUSIONS_FILE = os.path.join(SCRIPT_DIR, "exclusions.txt")
27+
DEFAULT_EXCLUSIONS_FILE = os.path.join(SCRIPT_DIR, "android_exclusions.txt")
2828

2929

3030
def parse_args():

0 commit comments

Comments
 (0)