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:
@@ -111,7 +111,10 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
testOptions {
|
testOptions {
|
||||||
unitTests.includeAndroidResources = true
|
unitTests {
|
||||||
|
includeAndroidResources = true
|
||||||
|
returnDefaultValues = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user