aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Davliatchin <maratd@google.com>2022-08-24 22:09:04 +0000
committerMarat Davliatchin <maratd@google.com>2022-08-30 17:40:23 +0000
commitd286afe509a96613d88c937f549119ec127ae11c (patch)
treed5594677b127ddca6d3319f5ac344eeb3c0a1a73
parentaa3f38147fa33a8f25821e54988d05466459739f (diff)
downloadcuttlefish-d286afe509a96613d88c937f549119ec127ae11c.tar.gz
cf_x86_64_tablet target does not support the android.software.voice_recognizers
x86 Hubui tests are failing due to the fact that the cf_x86_64_tablet target does not support the android.software.voice_recognizers feature. This causes the assistant service to be disabled and an interactor to be empty. Cherry picked from https://r.android.com/2197038 ATP runs: https://android-build.googleplex.com/builds/abtd/run/L32700000955827579 https://android-build.googleplex.com/builds/abtd/run/L07900000955824596 https://android-build.googleplex.com/builds/abtd/run/L57900000955834594 Bug: 240951764 Test: tests/scenarios/src/android/platform/test/scenario/hubui Change-Id: I30221c3b2f013ebace761192dad0ebb1681b76ba (cherry picked from commit f50ea2e7bd7b2a92244b78f5563ff954537295bc)
-rw-r--r--shared/permissions/cuttlefish_excluded_hardware.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/permissions/cuttlefish_excluded_hardware.xml b/shared/permissions/cuttlefish_excluded_hardware.xml
index c3d03d597..3fba9f64c 100644
--- a/shared/permissions/cuttlefish_excluded_hardware.xml
+++ b/shared/permissions/cuttlefish_excluded_hardware.xml
@@ -15,5 +15,4 @@
-->
<permissions>
<unavailable-feature name="android.software.print" />
- <unavailable-feature name="android.software.voice_recognizers" />
</permissions>