diff options
author | 2025-02-10 08:58:03 -0800 | |
---|---|---|
committer | 2025-02-10 08:58:03 -0800 | |
commit | 4dcf2fa35aa37cfa0a9de99bd56662ed149bfd0a (patch) | |
tree | 464590c5b31a17bc7963487fe8931087ae7118bd | |
parent | 216bf151e3347c1772368b104e1c05b02b11bfcd (diff) | |
parent | ebefb6bf3480addde8e8d1fdabb9df6e7e7e569d (diff) |
Merge "binderStabilityIntegrationTest: product support" into main am: 0d151c34f6 am: ebefb6bf34
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3486570
Change-Id: I38fe8a354846496031f6c06937eb1bb921c47e37
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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; |