summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2024-03-19 22:08:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-19 22:08:51 +0000
commit4bfc516eced511e229ca6cc3d85538d08db9d50c (patch)
tree98ee8909ada8b7eca4241cd96f06403f1422517f
parent721e16b8cec9c52a759dc56afbae09f5f054ece6 (diff)
parente3e14d73383816be819d58d3847e46d0cf4b3f13 (diff)
downloadhal-4bfc516eced511e229ca6cc3d85538d08db9d50c.tar.gz
Merge "Reduce number of allowed HIDL services to 3" into main
-rw-r--r--treble/vintf/VtsNoHidl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/treble/vintf/VtsNoHidl.cpp b/treble/vintf/VtsNoHidl.cpp
index d6849773..9cb2a0a4 100644
--- a/treble/vintf/VtsNoHidl.cpp
+++ b/treble/vintf/VtsNoHidl.cpp
@@ -29,7 +29,7 @@ namespace testing {
static constexpr int kMaxNumberOfHidlHalsU = 100;
// TODO(b/232439834) This number will be 0 for Android V. There is still some
// cleanup left to do.
-static constexpr int kMaxNumberOfHidlHalsV = 4;
+static constexpr int kMaxNumberOfHidlHalsV = 3;
// Tests that the device is not registering any HIDL interfaces.
// HIDL is being deprecated. Only applicable to devices launching with Android