Skip to content

Commit

Permalink
Add a README.
Browse files Browse the repository at this point in the history
Originally, we pruned Android's fork to remove files which are not
needed by Android, and may be a distraction from the files which
matter.

We decided to include all of the files (to simplify merging), so
add a README.android to tell users to ignore the extraneous files.

BUG:http://skbug.com/2416
Change-Id: Ib34f355962f5e8b9a2eca6e9b9952baa277ca166
  • Loading branch information
LeonScroggins committed Jul 14, 2014
1 parent 40820a0 commit 2416e51
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.android
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
The Skia library is a cross-platform 2D-based renderer. The
key places to look are in the folders:

include/ : contains public header files
src/ : contains src code

The top level makefile is at the root: Android.mk

These files originate from an upstream repository
(skia.googlesource.com) where the project is actively developed
and maintained. As a result some files are not relevant to
Android, but make the merging process smoother.

0 comments on commit 2416e51

Please sign in to comment.