audio/internal/readerdriver: Disable the reader driver for Android temporarily

Updates #1549
Updates #1645
This commit is contained in:
Hajime Hoshi 2021-05-16 15:54:02 +09:00
parent bb4a3ce89b
commit 1dd48388b4

View File

@ -24,7 +24,8 @@ import (
) )
func IsAvailable() bool { func IsAvailable() bool {
return true // Disable the reader driver for Android temporarily (#1645).
return false
} }
type context struct { type context struct {