Add ThreadNetworkTestCases.apk to run thread CTS

Drop CTS from android-mcts-tethering.zip in aml-frc-release branch.
Build: T1010062 (frc_350712000)

The AndroidTest.xml makes sure only device that declares
android.hardware.thread_network will run this test. Otherwise, the test
will be skipped completely.

Bug: 346980572
Test: Run on U devices with/without ThreadNetwork
Change-Id: Ib41e70e2c6ae0491dde8e08009af533b25980be2
diff --git a/thread/tests/cts/Android.bp b/thread/tests/cts/Android.bp
new file mode 100644
index 0000000..9edbd8b
--- /dev/null
+++ b/thread/tests/cts/Android.bp
@@ -0,0 +1,31 @@
+//
+// Copyright (C) 2023 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+android_test_import {
+    name: "CtsThreadNetworkTestCases",
+    apk: "CtsThreadNetworkTestCases.apk",
+
+    test_suites: [
+        "cts",
+        "general-tests",
+    ],
+
+    presigned: true,
+    dex_preopt: {
+        enabled: false,
+    },
+}
+