From 94ce5bc05cd61126e69bfaa61ae717c82c8f57d4 Mon Sep 17 00:00:00 2001 From: Sorin Basca Date: Fri, 17 Feb 2023 19:19:01 +0000 Subject: [PATCH] Remove test mapping file for ImmutabilityAnnotationProcessorUnitTests The test is already covered in host_unit_tests Bug: 265439335 Test: none Change-Id: Ie9ba5591475ae9382d4ce6d418ddb580a60aa007 --- tools/processors/immutability/TEST_MAPPING | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tools/processors/immutability/TEST_MAPPING diff --git a/tools/processors/immutability/TEST_MAPPING b/tools/processors/immutability/TEST_MAPPING deleted file mode 100644 index 4e8e2386ad8db..0000000000000 --- a/tools/processors/immutability/TEST_MAPPING +++ /dev/null @@ -1,7 +0,0 @@ -{ - "presubmit": [ - { - "name": "ImmutabilityAnnotationProcessorUnitTests" - } - ] -}