Remove ndk-build from [] flac build rules

Android NDK r9 in [] is deprecated (see []

Update the ExoPlayer flac extensions to use android_jni_library.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=182017669
This commit is contained in:
andrewlewis 2018-01-16 00:23:47 -08:00 committed by Oliver Woodman
parent 515fdf3bfd
commit 6bed2ffc04

View file

@ -22,6 +22,7 @@
class DataSource {
public:
virtual ~DataSource() {}
// Returns the number of bytes read, or -1 on failure. It's not an error if
// this returns zero; it just means the given offset is equal to, or
// beyond, the end of the source.