Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Exclude gl files for Fuchsia platform."
This reverts commit c1f3f8c. Reason for revert: duplicate symbols on other platforms ld.lld: error: duplicate symbol: GrGLCreateNativeInterface() >>> defined at GrGLMakeNativeInterface_none.cpp:12 (third_party/skia/HEAD/src/gpu/gl/GrGLMakeNativeInterface_none.cpp:12) >>> blaze-out/arm64-v8a-fastbuild/bin/third_party/skia/HEAD/_objs/skia/GrGLMakeNativeInterface_none.pic.o:(GrGLCreateNativeInterface()) >>> defined at GrGLMakeNativeInterface_egl.cpp:137 (third_party/skia/HEAD/src/gpu/gl/android/../egl/GrGLMakeNativeInterface_egl.cpp:137) >>> blaze-out/arm64-v8a-fastbuild/bin/third_party/skia/HEAD/_objs/skia/GrGLMakeNativeInterface_android.pic.o:(.text._Z25GrGLCreateNativeInterfacev+0x0) I even ran the G3 trybot and forgot to see if it was green... Original change's description: > Exclude gl files for Fuchsia platform. > > Fuchsia platform supports only vulkan. So exclude all gl files and > add vulkan files for building Skia on Fuchsia. > > Change-Id: I2593a14926747b1154a1134bfdd43772627110a4 > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/301739 > Reviewed-by: Mike Klein <mtklein@google.com> > Reviewed-by: Brian Salomon <bsalomon@google.com> > Commit-Queue: Mike Klein <mtklein@google.com> TBR=mtklein@google.com,bsalomon@google.com,guruji@google.com Change-Id: If2623c600c5b3fc43bf896b4da02dc7cf61d8a27 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/c/skia/+/301896 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com>
- Loading branch information