diff --git a/release/aconfig/bp1a/Android.bp b/release/aconfig/bp1a/Android.bp index e093541b..15e8822c 100644 --- a/release/aconfig/bp1a/Android.bp +++ b/release/aconfig/bp1a/Android.bp @@ -16,6 +16,7 @@ aconfig_value_set { name: "aconfig_value_set-lineage-bp1a", values: [ + "aconfig-values-bp1a-android.hardware.biometrics-all", "aconfig-values-bp1a-com.android.window.flags-all", ], } diff --git a/release/aconfig/bp1a/android.hardware.biometrics/Android.bp b/release/aconfig/bp1a/android.hardware.biometrics/Android.bp new file mode 100644 index 00000000..44de5510 --- /dev/null +++ b/release/aconfig/bp1a/android.hardware.biometrics/Android.bp @@ -0,0 +1,21 @@ +// 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 +// +// 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. + +aconfig_values { + name: "aconfig-values-bp1a-android.hardware.biometrics-all", + package: "android.hardware.biometrics", + srcs: [ + "*_flag_values.textproto", + ] +} diff --git a/release/aconfig/bp1a/android.hardware.biometrics/screen_off_unlock_udfps_flag_values.textproto b/release/aconfig/bp1a/android.hardware.biometrics/screen_off_unlock_udfps_flag_values.textproto new file mode 100644 index 00000000..db2cacd8 --- /dev/null +++ b/release/aconfig/bp1a/android.hardware.biometrics/screen_off_unlock_udfps_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.hardware.biometrics" + name: "screen_off_unlock_udfps" + state: ENABLED + permission: READ_ONLY +}