Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ae5e642 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add imports to networking test mapping" am: f184d401 am: f88f3c9f

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1461982

Change-Id: If6e2aec576eea261aa648cc027e4047c99363841
parents 6c1e2dd1 f88f3c9f
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
{
  "imports": [
    {
      // Also includes cts/tests/tests/net
      "path": "frameworks/base/tests/net"
    },
    {
      "path": "packages/modules/NetworkStack"
    },
    {
      "path": "packages/modules/CaptivePortalLogin"
    },
    {
      "path": "frameworks/base/packages/Tethering"
    },
    {
      "path": "frameworks/opt/net/wifi"
    }
  ]
}
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
{
  "imports": [
    {
      "path": "frameworks/base/core/java/android/net"
    }
  ]
}
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -8,5 +8,10 @@
    {
      "name": "FrameworksNetDeflakeTest"
    }
  ],
  "imports": [
    {
      "path": "cts/tests/tests/net"
    }
  ]
}
 No newline at end of file