diff options
Diffstat (limited to 'aconfig/bp2a/android.hardware.devicestate.feature.flags')
4 files changed, 24 insertions, 6 deletions
diff --git a/aconfig/bp2a/android.hardware.devicestate.feature.flags/Android.bp b/aconfig/bp2a/android.hardware.devicestate.feature.flags/Android.bp index 8c56ad79..ca756a5c 100644 --- a/aconfig/bp2a/android.hardware.devicestate.feature.flags/Android.bp +++ b/aconfig/bp2a/android.hardware.devicestate.feature.flags/Android.bp @@ -1,4 +1,4 @@ -// 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. @@ -13,9 +13,9 @@ // limitations under the License. aconfig_values { - name: "aconfig-values-platform_build_release-bp2a-android.hardware.devicestate.feature.flags-all", - package: "android.hardware.devicestate.feature.flags", - srcs: [ - "*_flag_values.textproto", - ], + name: "aconfig-values-platform_build_release-bp2a-android.hardware.devicestate.feature.flags-all", + package: "android.hardware.devicestate.feature.flags", + srcs: [ + "*_flag_values.textproto", + ] } diff --git a/aconfig/bp2a/android.hardware.devicestate.feature.flags/device_state_property_api_flag_values.textproto b/aconfig/bp2a/android.hardware.devicestate.feature.flags/device_state_property_api_flag_values.textproto new file mode 100644 index 00000000..46b1bbed --- /dev/null +++ b/aconfig/bp2a/android.hardware.devicestate.feature.flags/device_state_property_api_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.hardware.devicestate.feature.flags" + name: "device_state_property_api" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/android.hardware.devicestate.feature.flags/device_state_property_migration_flag_values.textproto b/aconfig/bp2a/android.hardware.devicestate.feature.flags/device_state_property_migration_flag_values.textproto new file mode 100644 index 00000000..a81e3231 --- /dev/null +++ b/aconfig/bp2a/android.hardware.devicestate.feature.flags/device_state_property_migration_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.hardware.devicestate.feature.flags" + name: "device_state_property_migration" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/android.hardware.devicestate.feature.flags/device_state_requester_cancel_state_flag_values.textproto b/aconfig/bp2a/android.hardware.devicestate.feature.flags/device_state_requester_cancel_state_flag_values.textproto new file mode 100644 index 00000000..0bf8cc09 --- /dev/null +++ b/aconfig/bp2a/android.hardware.devicestate.feature.flags/device_state_requester_cancel_state_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.hardware.devicestate.feature.flags" + name: "device_state_requester_cancel_state" + state: ENABLED + permission: READ_ONLY +} |