summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-05-18 00:37:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-05-18 00:37:07 +0000
commit46d382608d57acd809d7895af63d2b3202fe6b12 (patch)
treedd18e450df9c7a8d66cc8144c5239ad7a9ad0c41
parent0efe96eb688c75cb7d0c5f7ae65a74b35527aac6 (diff)
parentfe7d778e0d4581e0964077261ca2072ea263d6b3 (diff)
downloadhal-46d382608d57acd809d7895af63d2b3202fe6b12.tar.gz
Merge "Relax the NoHidl requirements to allow for 100 HIDL interfaces" into udc-dev
-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 bb1d24c4..93416423 100644
--- a/treble/vintf/VtsNoHidl.cpp
+++ b/treble/vintf/VtsNoHidl.cpp
@@ -24,7 +24,7 @@ namespace android {
namespace vintf {
namespace testing {
-static constexpr int kMaxNumberOfHidlHals = 20;
+static constexpr int kMaxNumberOfHidlHals = 100;
// Tests that the device is not registering any HIDL interfaces.
// HIDL is being deprecated. Only applicable to devices launching with Android