Skip to content

Commit a907f85

Browse files
author
Steven Moreland
committed
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
1 parent a5f7d9f commit a907f85

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)