mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:38:53 +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:
@@ -111,7 +111,10 @@ android {
|
||||
}
|
||||
|
||||
testOptions {
|
||||
unitTests.includeAndroidResources = true
|
||||
unitTests {
|
||||
includeAndroidResources = true
|
||||
returnDefaultValues = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user