summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorKangping Dong <wgtdkp@google.com>2023-08-02 16:27:41 +0800
committerKangping Dong <wgtdkp@google.com>2023-08-02 16:27:41 +0800
commitbfbf68aa7a509698afc8ef51956a557859234cd2 (patch)
tree0e83276d55e119712bb43a270f308f26867c7d38 /data
parent1c49d5e781a344baa17061cad002700e4165b01c (diff)
downloadnative-bfbf68aa7a509698afc8ef51956a557859234cd2.tar.gz
[Thread] rename threadnetwork to thread_network
Per requests from API councilor. See b/293245448 for details. Bug: 293245448 Change-Id: Ia6f5c9429ebf872e7f48684c66daabcfb333b2e5
Diffstat (limited to 'data')
-rw-r--r--data/etc/Android.bp4
-rw-r--r--data/etc/android.hardware.thread_network.xml (renamed from data/etc/android.hardware.threadnetwork.xml)4
2 files changed, 4 insertions, 4 deletions
diff --git a/data/etc/Android.bp b/data/etc/Android.bp
index 92dc46ed8d..60fb134c3c 100644
--- a/data/etc/Android.bp
+++ b/data/etc/Android.bp
@@ -173,8 +173,8 @@ prebuilt_etc {
}
prebuilt_etc {
- name: "android.hardware.threadnetwork.prebuilt.xml",
- src: "android.hardware.threadnetwork.xml",
+ name: "android.hardware.thread_network.prebuilt.xml",
+ src: "android.hardware.thread_network.xml",
defaults: ["frameworks_native_data_etc_defaults"],
}
diff --git a/data/etc/android.hardware.threadnetwork.xml b/data/etc/android.hardware.thread_network.xml
index 9cbdc905fb..b116ed6bf8 100644
--- a/data/etc/android.hardware.threadnetwork.xml
+++ b/data/etc/android.hardware.thread_network.xml
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Adds the feature indicating support for the ThreadNetwork API -->
+<!-- Adds the feature indicating support for the Thread networking protocol -->
<permissions>
- <feature name="android.hardware.threadnetwork" />
+ <feature name="android.hardware.thread_network" />
</permissions>