blob: fece98e54289d63527ca6ad0f5fda48bf5233083 [file] [log] [blame]
Leon Scroggins III2416e512014-07-14 13:43:11 -04001The Skia library is a cross-platform 2D-based renderer. The
2key places to look are in the folders:
3
4 include/ : contains public header files
5 src/ : contains src code
6
7The top level makefile is at the root: Android.mk
8
9These files originate from an upstream repository
10(skia.googlesource.com) where the project is actively developed
11and maintained. As a result some files are not relevant to
12Android, but make the merging process smoother.
13