Skip to content

Commit 0d151c3

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "binderStabilityIntegrationTest: product support" into main
2 parents 764ea01 + a907f85 commit 0d151c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/binder/tests/binderStabilityIntegrationTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ TEST_P(BinderStabilityIntegrationTest, ExpectedStabilityForItsPartition) {
4747

4848
Stability::Level level = Stability::Level::UNDECLARED;
4949
switch (partition) {
50+
case Partition::PRODUCT:
5051
case Partition::SYSTEM:
5152
case Partition::SYSTEM_EXT:
5253
level = Stability::Level::SYSTEM;

0 commit comments

Comments
 (0)