codec2: remove ANDROID_VERSION_NYC specific code
Note: if you really need to grab external/v4l2_codec2 repo under arc-nyc-mr1,
please use the one in master-arc-dev branch.
Bug: 32691050
Test: build pi-arc-dev image
Change-Id: I1e407efe5c86c071b385f82267e5518759609cb1
diff --git a/C2VDAComponent.cpp b/C2VDAComponent.cpp
index 4e8023e..f702396 100644
--- a/C2VDAComponent.cpp
+++ b/C2VDAComponent.cpp
@@ -14,17 +14,10 @@
#define __C2_GENERATE_GLOBAL_VARS__
#include <C2VDAComponent.h>
-#ifdef ANDROID_VERSION_NYC
-// Get allocators from NYC-specific implementation
-#include <C2VDASupport.h>
-#else
-// Get allocators from framework
-#include <C2PlatformSupport.h>
-#endif
-
#include <videodev2.h>
#include <C2ComponentFactory.h>
+#include <C2PlatformSupport.h>
#include <base/bind.h>
#include <base/bind_helpers.h>