From e9a676b61170fee17d50b9fdf8d9cc3ca93e774f Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Sat, 16 Dec 2023 00:19:00 +0000 Subject: Add CtsStrictJavaPackagesTestCases to TEST_MAPPING presubmits This test will catch when the same types are duplicated in the framework.jar or services.jar which is helpful to know in presubmits. Recent case causing P0 bug and reverts: b/316620445 Test: none Bug: 316620445 Change-Id: Ie5a991fb616b72d431e612831932de68247e490f --- TEST_MAPPING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index eef3d27d19e6..8338c3340ac4 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -125,6 +125,9 @@ }, { "name": "vts_treble_vintf_vendor_test" + }, + { + "name": "CtsStrictJavaPackagesTestCases" } ], "postsubmit-managedprofile-stress": [ -- cgit v1.2.3-59-g8ed1b