diff options
Diffstat (limited to 'aconfig/bp2a/com.android.net.thread.flags')
-rw-r--r-- | aconfig/bp2a/com.android.net.thread.flags/Android.bp | 14 | ||||
-rw-r--r-- | aconfig/bp2a/com.android.net.thread.flags/thread_enabled_flag_values.textproto | 6 |
2 files changed, 13 insertions, 7 deletions
diff --git a/aconfig/bp2a/com.android.net.thread.flags/Android.bp b/aconfig/bp2a/com.android.net.thread.flags/Android.bp index 5a9279b2..96027b44 100644 --- a/aconfig/bp2a/com.android.net.thread.flags/Android.bp +++ b/aconfig/bp2a/com.android.net.thread.flags/Android.bp @@ -1,10 +1,10 @@ -// Copyright 2024 Google Inc. All rights reserved. +// Copyright 2025 Google Inc. All rights reserved. // // 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 +// 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, @@ -13,9 +13,9 @@ // limitations under the License. aconfig_values { - name: "aconfig-values-platform_build_release-bp2a-com.android.net.thread.flags-all", - package: "com.android.net.thread.flags", - srcs: [ - "*_flag_values.textproto", - ], + name: "aconfig-values-platform_build_release-bp2a-com.android.net.thread.flags-all", + package: "com.android.net.thread.flags", + srcs: [ + "*_flag_values.textproto", + ] } diff --git a/aconfig/bp2a/com.android.net.thread.flags/thread_enabled_flag_values.textproto b/aconfig/bp2a/com.android.net.thread.flags/thread_enabled_flag_values.textproto new file mode 100644 index 00000000..0b1cc77f --- /dev/null +++ b/aconfig/bp2a/com.android.net.thread.flags/thread_enabled_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.net.thread.flags" + name: "thread_enabled" + state: ENABLED + permission: READ_ONLY +} |