Revert "Fix boot for car emulator on git-master"

This reverts commit 3783edd49fd2ad6f200cbf9d04978132f2e41bd2.

Change-Id: I25dab3f8c151506a84601ab0c341d5dfc7c3b2ae
diff --git a/system/OpenglSystemCommon/HostConnection.cpp b/system/OpenglSystemCommon/HostConnection.cpp
index 36cbced..bb03457 100644
--- a/system/OpenglSystemCommon/HostConnection.cpp
+++ b/system/OpenglSystemCommon/HostConnection.cpp
@@ -239,7 +239,7 @@
 
 void HostConnection::queryAndSetDmaImpl(ExtendedRCEncoderContext *rcEnc) {
     std::string glExtensions = queryGLExtensions(rcEnc);
-#if PLATFORM_SDK_VERSION <= 16 || PLATFORM_SDK_VERSION >= 25 || (!defined(__i386__) && !defined(__x86_64__))
+#if PLATFORM_SDK_VERSION <= 16 || (!defined(__i386__) && !defined(__x86_64__))
     rcEnc->setDmaImpl(DMA_IMPL_NONE);
 #else
     if (glExtensions.find(kDmaExtStr_v1) != std::string::npos) {