summaryrefslogtreecommitdiffstats
path: root/external/skia/README
blob: 8bdb8f258f0bc608762238ccf09d73e5909efa91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
External package containing skia.

https://skia.org/

How to update the tarball:

git clone https://skia.googlesource.com/skia.git
cd skia
git checkout chrome/mXX
rm -rf .git gitignore
cd ..
tar cvJf skia-mXX.tar.xz skia

(where XX refers to the branch version)