summaryrefslogtreecommitdiff
path: root/products
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2022-10-10 16:27:38 -0700
committerRoman Kiryanov <rkir@google.com>2022-10-10 16:27:38 -0700
commitb08df204c351f08a2f2bb99cf2acd5de4e9312f3 (patch)
treef70c4e9d2dcf85479111b4ad7755f8be95b73f09 /products
parent3b8014cbe5dbeabbb7384e021825da4d59700b18 (diff)
downloadatv-b08df204c351f08a2f2bb99cf2acd5de4e9312f3.tar.gz
Rename EMULATOR_VENDOR_NO_FINGERPRINT into EMULATOR_VENDOR_NO_BIOMETRICS
Bug: 250696437 Test: presubmit Signed-off-by: Roman Kiryanov <rkir@google.com> Change-Id: I9165b9e7f26ad24c87814670c8002270c4d4432e
Diffstat (limited to 'products')
-rw-r--r--products/atv_emulator_vendor.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/products/atv_emulator_vendor.mk b/products/atv_emulator_vendor.mk
index 9382011..a415305 100644
--- a/products/atv_emulator_vendor.mk
+++ b/products/atv_emulator_vendor.mk
@@ -19,7 +19,7 @@
#
EMULATOR_VENDOR_NO_GNSS := true
-EMULATOR_VENDOR_NO_FINGERPRINT := true
+EMULATOR_VENDOR_NO_BIOMETRICS := true
EMULATOR_VENDOR_NO_SENSORS := true
$(call inherit-product, device/google/atv/products/atv_vendor.mk)