diff options
| -rw-r--r-- | common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/DupFileTest.java | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/DupFileTest.java b/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/DupFileTest.java index f50e59d7..ce8d5268 100644 --- a/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/DupFileTest.java +++ b/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/DupFileTest.java @@ -46,8 +46,13 @@ public class DupFileTest { // We ignore directories part of the common java and google packages. private static final String[] IGNORE_DIRS = - new String[] {"android/", "javax/annotation/", "com/google/protobuf/", "kotlin/"}; - + new String[] { + "android/", + "javax/annotation/", + "com/google/protobuf/", + "kotlin/", + "perfetto/protos/" + }; // Temporarily exclude some Tradefed jar while we work on unbundling them. private static final Set<String> IGNORE_JARS = ImmutableSet.of("tradefed-test-framework.jar"); |
