1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 06:18:42 +03:00

Fix JVM unit tests: stub android.util.Log via returnDefaultValues.

AudioNegotiatorTest hit unmocked Log.i/w from negotiation logging and
NativeCodecBridge load failures on the desktop test runner.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-02 22:23:01 +02:00
parent 4e74a92457
commit 4527e97dc0

View File

@@ -111,7 +111,10 @@ android {
} }
testOptions { testOptions {
unitTests.includeAndroidResources = true unitTests {
includeAndroidResources = true
returnDefaultValues = true
}
} }
} }