We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 764ea01 + a907f85 commit 0d151c3Copy full SHA for 0d151c3
1 file changed
libs/binder/tests/binderStabilityIntegrationTest.cpp
@@ -47,6 +47,7 @@ TEST_P(BinderStabilityIntegrationTest, ExpectedStabilityForItsPartition) {
47
48
Stability::Level level = Stability::Level::UNDECLARED;
49
switch (partition) {
50
+ case Partition::PRODUCT:
51
case Partition::SYSTEM:
52
case Partition::SYSTEM_EXT:
53
level = Stability::Level::SYSTEM;
0 commit comments