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
30e7c574
Commit
30e7c574
authored
6 years ago
by
android-build-team Robot
Browse files
Options
Downloads
Plain Diff
Snap for 5537346 from
d4fa2de8
to qt-release
Change-Id: Iedfc014e298e5e648dd923e66133aea10069eafe
parents
da4f3d1e
d4fa2de8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Android.mk
+1
-0
1 addition, 0 deletions
Android.mk
system/gralloc/gralloc.cpp
+4
-0
4 additions, 0 deletions
system/gralloc/gralloc.cpp
with
5 additions
and
0 deletions
Android.mk
+
1
−
0
View file @
30e7c574
...
...
@@ -73,6 +73,7 @@ ifeq (true,$(BUILD_EMULATOR_OPENGL)) # Guest build
GOLDFISH_OPENGL_SHOULD_BUILD
:=
true
EMUGL_COMMON_CFLAGS
+=
-DPLATFORM_SDK_VERSION
=
$(
PLATFORM_SDK_VERSION
)
EMUGL_COMMON_CFLAGS
+=
-DPLATFORM_VERSION
=
$(
PLATFORM_VERSION
)
ifeq
(O, $(PLATFORM_VERSION_CODENAME))
EMUGL_COMMON_CFLAGS
+=
-DGOLDFISH_HIDL_GRALLOC
...
...
This diff is collapsed.
Click to expand it.
system/gralloc/gralloc.cpp
+
4
−
0
View file @
30e7c574
...
...
@@ -1542,6 +1542,10 @@ struct private_module_t HAL_MODULE_INFO_SYM = {
lock
:
gralloc_lock
,
unlock
:
gralloc_unlock
,
perform
:
NULL
,
#if PLATFORM_VERSION > 9 // In Q, we want to specify these, but SDK version is not 29 yet.
validateBufferSize
:
NULL
,
getTransportSize
:
NULL
,
#endif // PLATFORM_VERSION > 9
#if PLATFORM_SDK_VERSION >= 18
lock_ycbcr
:
gralloc_lock_ycbcr
,
#endif // PLATFORM_SDK_VERSION >= 18
...
...
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