Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a907f852 authored by Steven Moreland's avatar Steven Moreland
Browse files

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
parent a5f7d9f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,7 @@ TEST_P(BinderStabilityIntegrationTest, ExpectedStabilityForItsPartition) {


    Stability::Level level = Stability::Level::UNDECLARED;
    Stability::Level level = Stability::Level::UNDECLARED;
    switch (partition) {
    switch (partition) {
        case Partition::PRODUCT:
        case Partition::SYSTEM:
        case Partition::SYSTEM:
        case Partition::SYSTEM_EXT:
        case Partition::SYSTEM_EXT:
            level = Stability::Level::SYSTEM;
            level = Stability::Level::SYSTEM;