summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2025-02-10 13:34:03 +0000
committer Steven Moreland <smoreland@google.com> 2025-02-10 13:35:29 +0000
commita907f8525fbe64b85941eb4e618fd0639e8dd43b (patch)
treef2253bf3eb21b440b4ada07340c77c0f5a379e3c
parenta5f7d9f7b8db227c0d72664394513ed58fe38b59 (diff)
binderStabilityIntegrationTest: product support
This test was added this year, but I did not add 'product'. Without this, any service registered from 'product' would fail. Bug: 385355208 Test: atest binderStabilityIntegrationTest Change-Id: I418cdfc5051933566cd7d06ed0a9f5d88b7ce660
-rw-r--r--libs/binder/tests/binderStabilityIntegrationTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/tests/binderStabilityIntegrationTest.cpp b/libs/binder/tests/binderStabilityIntegrationTest.cpp
index a3fc9cc2c8..cbc4180480 100644
--- a/libs/binder/tests/binderStabilityIntegrationTest.cpp
+++ b/libs/binder/tests/binderStabilityIntegrationTest.cpp
@@ -47,6 +47,7 @@ TEST_P(BinderStabilityIntegrationTest, ExpectedStabilityForItsPartition) {
Stability::Level level = Stability::Level::UNDECLARED;
switch (partition) {
+ case Partition::PRODUCT:
case Partition::SYSTEM:
case Partition::SYSTEM_EXT:
level = Stability::Level::SYSTEM;