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