Create TEST_MAPPING for com.android.internal.net
The existing tests in this directory are VpnProfileTest and
NetworkUtilsInternalTest. Both tests are in FrameworksNetTests.
Create the TEST_MAPPING to ensure the expected tests are run.
Add in postsubmit before presubmit.
Test: atest --test-mapping core/java/com/android/internal/net:postsubmit
Change-Id: I9393f22fcba8539522382afa3bcc49ac23d22778
diff --git a/core/java/com/android/internal/net/TEST_MAPPING b/core/java/com/android/internal/net/TEST_MAPPING
new file mode 100644
index 0000000..971ad36
--- /dev/null
+++ b/core/java/com/android/internal/net/TEST_MAPPING
@@ -0,0 +1,12 @@
+{
+ "postsubmit": [
+ {
+ "name": "FrameworksNetTests",
+ "options": [
+ {
+ "exclude-annotation": "com.android.testutils.SkipPresubmit"
+ }
+ ]
+ }
+ ]
+}