diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-14 01:02:01 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-14 01:02:01 +0000 |
| commit | 6c0f4a91ac7eab11a4736b02c079e8138f970a38 (patch) | |
| tree | e67f5a67dd21e9af427a9ac7f650025cd4b43f3d | |
| parent | 869294b0c67a35514e5976086f9d061bcb13813a (diff) | |
| parent | c40c0ac060be35d615934e8827377be06dc8a208 (diff) | |
| download | platform_test_suite_harness-android11-release.tar.gz platform_test_suite_harness-android11-release.tar.bz2 platform_test_suite_harness-android11-release.zip | |
Snap for 6676900 from c40c0ac060be35d615934e8827377be06dc8a208 to rvc-releaseandroid-vts-11.0_r1android-cts-11.0_r1android-11.0.0_r3android-11.0.0_r2android-11.0.0_r17android-11.0.0_r1android11-release
Change-Id: I2c259d02c09e031b62fb13df194101ce6caa09ff
| -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"); |
