summaryrefslogtreecommitdiff
path: root/products
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2022-09-05 12:09:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-09-05 12:09:03 +0000
commitf36cd8a43b748e1f6dac384943ff5416fe0cfc7f (patch)
tree5e13688540185399823fd70c85c2504dca7698be /products
parent3e5f6b933c7da952c2bce0092a327c4305ebfef3 (diff)
parent90cb35a3cb85bae83f489f145c492a20859bc095 (diff)
downloadatv-f36cd8a43b748e1f6dac384943ff5416fe0cfc7f.tar.gz
Merge "Remove fingerprint and sensors from TV emulator"
Diffstat (limited to 'products')
-rw-r--r--products/atv_emulator_vendor.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/products/atv_emulator_vendor.mk b/products/atv_emulator_vendor.mk
index 4b12dd3..c380c32 100644
--- a/products/atv_emulator_vendor.mk
+++ b/products/atv_emulator_vendor.mk
@@ -18,8 +18,9 @@
# TV emulator-related modules to PRODUCT_PACKAGES.
#
-# ATV SDK is not designed to have a GNSS-receiver by default
EMULATOR_VENDOR_NO_GNSS := true
+EMULATOR_VENDOR_NO_FINGERPRINT := true
+EMULATOR_VENDOR_NO_SENSORS := true
$(call inherit-product, device/google/atv/products/atv_vendor.mk)