| Index: media/BUILD.gn
|
| diff --git a/media/BUILD.gn b/media/BUILD.gn
|
| index 947fdae2b3e0d014f20d1c63609622ea16f6da20..de7fbfe3858254d60f4fbdce93fb5a3ff12fa4be 100644
|
| --- a/media/BUILD.gn
|
| +++ b/media/BUILD.gn
|
| @@ -385,16 +385,6 @@ component("media") {
|
| "//media/base/android",
|
| "//media/base/android:media_jni_headers",
|
| ]
|
| -
|
| - # Only 64 bit builds are using the android-21 NDK library.
|
| - if (current_cpu == "arm64" || current_cpu == "x64" ||
|
| - current_cpu == "mips64el") {
|
| - sources += [
|
| - "base/android/ndk_media_codec_bridge.cc",
|
| - "base/android/ndk_media_codec_bridge.h",
|
| - "base/android/ndk_media_codec_wrapper.cc",
|
| - ]
|
| - }
|
| allow_circular_includes_from = [ "//media/base/android" ]
|
| }
|
|
|
|
|