Fix CI tests for Python and JNI. (#554)
This commit is contained in:
10
kotlin-api-examples/faked-log.kt
Normal file
10
kotlin-api-examples/faked-log.kt
Normal file
@@ -0,0 +1,10 @@
|
||||
package android.util
|
||||
|
||||
class Log {
|
||||
companion object {
|
||||
fun i(tag: String, msg: String) {
|
||||
println("$tag, $msg")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user