commit | 1188a0511ec6b02b83123782378862fadea96be6 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Wed Jan 02 13:09:52 2019 -0800 |
committer | Andy Hung <hunga@google.com> | Tue Jan 08 14:32:02 2019 -0800 |
tree | 92d22d6e2fbee2b7fc68cea8e87de6d98e930137 | |
parent | 9ed79de171bc734cc57e5835fe163cd216340f8e [diff] [blame] |
FlacEncoder: Enable float support Test: MediaCodecTest#testFlacIdentity Bug: 122264366 Change-Id: Ic692ce0d5dc8358cbd173013c9d4f68b7e45a8ad
diff --git a/media/codec2/components/flac/Android.bp b/media/codec2/components/flac/Android.bp index d485964..e5eb51d 100644 --- a/media/codec2/components/flac/Android.bp +++ b/media/codec2/components/flac/Android.bp
@@ -23,5 +23,8 @@ srcs: ["C2SoftFlacEnc.cpp"], - static_libs: ["libFLAC"], + static_libs: [ + "libaudioutils", + "libFLAC", + ], }