Skip to content
Snippets Groups Projects
Commit e4b842d5 authored by Lingfeng Yang's avatar Lingfeng Yang
Browse files

Fix gralloc.cpp wrong include

Change-Id: I1f6a14b7bef2dc390f4ddf905b9ebb728adfc968
parent 67e80fc6
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,13 @@
#include <errno.h>
#include <dlfcn.h>
#include <sys/mman.h>
#if PLATFORM_SDK_VERSION < 28
#include "gralloc_cb.h"
#else
#include "../../shared/OpenglCodecCommon/gralloc_cb.h"
#endif
#include "goldfish_dma.h"
#include "FormatConversions.h"
#include "HostConnection.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment