Skip to content
Snippets Groups Projects
Commit 1b1f008f authored by Greg Hartman's avatar Greg Hartman
Browse files

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
......@@ -179,8 +179,6 @@ cc_library_host_shared {
],
cflags: ["-Wno-unused-parameter", "-DOPENGL_DEBUG_PRINTOUT"],
host_ldlibs: [ "-ldl" ],
version_script : "libvirglrenderer.lds",
defaults: [ "cuttlefish_host_only" ],
generated_sources: [
"glesv1_dec_cuttlefish_gensrc",
"glesv3_dec_cuttlefish_gensrc",
......@@ -203,4 +201,8 @@ cc_library_host_shared {
"virtio_gpu_uapi_headers",
"virgl_headers"
],
// TODO(b/118466250): Make this work on the Mac
version_script : "libvirglrenderer.lds",
defaults: [ "cuttlefish_host_only" ],
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment