OSDN Git Service

DO NOT MERGE ANYWHERE goldfish-opengl: adjust to the refactored qemu_pipe
[android-x86/device-generic-goldfish-opengl.git] / system / OpenglSystemCommon / ProcessPipe.cpp
index e638236..9741f6c 100644 (file)
@@ -19,7 +19,7 @@
 #include <cutils/log.h>
 #include <pthread.h>
 #if PLATFORM_SDK_VERSION > 24
-#include <system/qemu_pipe.h>
+#include <qemu_pipe.h>
 #else // PLATFORM_SDK_VERSION
 #include <hardware/qemu_pipe.h>
 #endif //PLATFORM_SDK_VERSION
@@ -79,4 +79,4 @@ bool processPipeInit(renderControl_encoder_context_t *rcEnc) {
     if (!sProcPipe) return false;
     rcEnc->rcSetPuid(rcEnc, sProcUID);
     return true;
-}
\ No newline at end of file
+}