Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goldfish-opengl
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
device
generic
goldfish-opengl
Commits
e4b842d5
Commit
e4b842d5
authored
6 years ago
by
Lingfeng Yang
Browse files
Options
Downloads
Patches
Plain Diff
Fix gralloc.cpp wrong include
Change-Id: I1f6a14b7bef2dc390f4ddf905b9ebb728adfc968
parent
67e80fc6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/gralloc/gralloc.cpp
+6
-0
6 additions, 0 deletions
system/gralloc/gralloc.cpp
with
6 additions
and
0 deletions
system/gralloc/gralloc.cpp
+
6
−
0
View file @
e4b842d5
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment