Add the system property threadnetwork.country_code am: 9ed86ce2ac

Original change: https://android-review.googlesource.com/c/platform/system/libsysprop/+/2923770

Change-Id: Ib77acc54e728db87a1969f9971fb8e65eeaa672b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/srcs/android/sysprop/ThreadNetworkProperties.sysprop b/srcs/android/sysprop/ThreadNetworkProperties.sysprop
new file mode 100644
index 0000000..2b6ea33
--- /dev/null
+++ b/srcs/android/sysprop/ThreadNetworkProperties.sysprop
@@ -0,0 +1,24 @@
+# Copyright (C) 2024 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.
+
+owner: Platform
+module: "android.sysprop.ThreadNetworkProperties"
+
+prop {
+    api_name: "country_code"
+    type: String
+    prop_name: "threadnetwork.country_code"
+    scope: Public
+    access: Readonly
+}
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt
index 5a40147..70eef1a 100644
--- a/srcs/api/PlatformProperties-current.txt
+++ b/srcs/api/PlatformProperties-current.txt
@@ -475,6 +475,14 @@
   }
 }
 props {
+  module: "android.sysprop.ThreadNetworkProperties"
+  prop {
+    api_name: "country_code"
+    type: String
+    prop_name: "threadnetwork.country_code"
+  }
+}
+props {
   module: "android.sysprop.VndkProperties"
   prop {
     api_name: "product_vndk_version"