diff options
| author | 2025-01-15 13:32:03 -0800 | |
|---|---|---|
| committer | 2025-01-16 11:46:02 -0800 | |
| commit | 5d19c9b0b164e13de243b81f6599825ce6b2d1c6 (patch) | |
| tree | d9d604acf43f93aad91204779bef181b36f7718b /libs/androidfw/misc.cpp | |
| parent | f8490737eab8bd50f4af6e29cea2957733cec740 (diff) | |
[ravenwood] Make all classes and methods non-final
- Making them non-final allows mockito to use the traditional, subclass-based mock strategy, as opposed to "inline mocking", which is nice because inline mocking has some non-obvious gatchas.
- Other than that, this shouldn't affect any test behavior -- we still compile tests against the original jar, so tests still couldn't override final classes / methods.
(- It _could_ affect it if there were any tests that check class / method signatures, but I don't think we need to support such tests.)
Flag: EXEMPT host test change only
Bug: 292141694
Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh
Change-Id: Ia690cb4f50328e2ef0650513facad6f91835893f
Diffstat (limited to 'libs/androidfw/misc.cpp')
0 files changed, 0 insertions, 0 deletions