diff options
-rw-r--r-- | libs/binder/tests/binderStabilityIntegrationTest.cpp | 1 |
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; |