Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opengl-transport
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
device
generic
opengl-transport
Commits
1b1f008f
Commit
1b1f008f
authored
6 years ago
by
Greg Hartman
Browse files
Options
Downloads
Patches
Plain Diff
Document why we can't build this for Mac
BUG: 118466250 Test: TH Change-Id: I2858aa77749eb8637afb1e5c9e26f184ba3d525e
parent
355f36f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
host/libs/virglrenderer/Android.bp
+4
-2
4 additions, 2 deletions
host/libs/virglrenderer/Android.bp
with
4 additions
and
2 deletions
host/libs/virglrenderer/Android.bp
+
4
−
2
View file @
1b1f008f
...
@@ -179,8 +179,6 @@ cc_library_host_shared {
...
@@ -179,8 +179,6 @@ cc_library_host_shared {
],
],
cflags: ["-Wno-unused-parameter", "-DOPENGL_DEBUG_PRINTOUT"],
cflags: ["-Wno-unused-parameter", "-DOPENGL_DEBUG_PRINTOUT"],
host_ldlibs: [ "-ldl" ],
host_ldlibs: [ "-ldl" ],
version_script : "libvirglrenderer.lds",
defaults: [ "cuttlefish_host_only" ],
generated_sources: [
generated_sources: [
"glesv1_dec_cuttlefish_gensrc",
"glesv1_dec_cuttlefish_gensrc",
"glesv3_dec_cuttlefish_gensrc",
"glesv3_dec_cuttlefish_gensrc",
...
@@ -203,4 +201,8 @@ cc_library_host_shared {
...
@@ -203,4 +201,8 @@ cc_library_host_shared {
"virtio_gpu_uapi_headers",
"virtio_gpu_uapi_headers",
"virgl_headers"
"virgl_headers"
],
],
// TODO(b/118466250): Make this work on the Mac
version_script : "libvirglrenderer.lds",
defaults: [ "cuttlefish_host_only" ],
}
}
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