From 23974b4da45d6aa10bb14cde06e7a1ee7e18f423 Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Fri, 18 Jun 2021 00:33:31 +0000 Subject: [PATCH] Remove TEST_MAPPING duplicate imports The NetworkStack import is already in the duplicate import clause below it. This was added by a wrong automerge during the last project move, and was fixed in some of the downstream branches but not all. This change should make imports identical in all branches. Test: treehugger needs to test TEST_MAPPING Merged-In: I7b5fd61cd551c7010f5b8ceabbfdd04f30f648dd Merged-In: I71723d3459c14644140b81901dac972b2a746094 Change-Id: I6cbd31506329722d7fa5195a833d7acb4e4787a0 --- TEST_MAPPING | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TEST_MAPPING b/TEST_MAPPING index 7c638a282f..adbfacd089 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -39,11 +39,6 @@ "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" } ], - "imports": [ - { - "path": "packages/modules/NetworkStack" - } - ], "imports": [ { "path": "frameworks/base/core/java/android/net"