Snap for 11381838 from a38bfef136399099f64736fd6ba62677970fe3e0 to mainline-extservices-release Change-Id: Iaf36d51d21acb0bdf3f8d95bb8ee1c717f73fa21
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 4ad20f1..91df331 100644 --- a/srcs/api/PlatformProperties-current.txt +++ b/srcs/api/PlatformProperties-current.txt
@@ -455,6 +455,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"