From afcada7da02f633dcec7cc3203ad0adbe64e8b92 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 7 Mar 2025 02:29:56 +0200 Subject: [PATCH] release: Enable screen_off_unlock_udfps Change-Id: I88f229f68c99d239532347610fd181495eed36e3 --- release/aconfig/bp1a/Android.bp | 1 + .../android.hardware.biometrics/Android.bp | 21 +++++++++++++++++++ ...een_off_unlock_udfps_flag_values.textproto | 6 ++++++ 3 files changed, 28 insertions(+) create mode 100644 release/aconfig/bp1a/android.hardware.biometrics/Android.bp create mode 100644 release/aconfig/bp1a/android.hardware.biometrics/screen_off_unlock_udfps_flag_values.textproto 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 +}