3565027f6c
Use instructions to follow. GN args might look something like: cc="clang" cxx="clang++" extra_asmflags = [ "--target=aarch64-linux-gnu", "--sysroot=/usr/aarch64-linux-gnu", "-march=armv8-a", ] extra_cflags=[ "--target=aarch64-linux-gnu", "--sysroot=/usr/aarch64-linux-gnu", "-I/GLES/include/", "-DMESA_EGL_NO_X11_HEADERS", "-g0", ] extra_cflags_cc=[ "-stdlib=libc++", ] extra_ldflags=[ "-fuse-ld=lld", "--target=aarch64-linux-gnu", "-L/GLES/lib64", "-stdlib=libc++", "-lc++abi" ] target_cpu="arm64" skia_use_fontconfig = false skia_use_system_freetype2 = false skia_use_egl = true Bug: skia: Change-Id: I20632d8dc906625d5771f755b094fd0c2ed62706 Reviewed-on: https://skia-review.googlesource.com/c/193472 Reviewed-by: Joe Gregorio <jcgregorio@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
Doxyfile | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.