aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Scroggins III <scroggo@google.com>2014-07-14 20:34:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-14 18:37:53 +0000
commit72aeba3d256498a5b554ca4e11827192ee5631e8 (patch)
tree75ccc60ad1e1a45268f6f4bc6d7f0fc13fa677b6
parentdfdc5f9cd3f2add599f23192bffc4f2d8568a897 (diff)
parent2416e5173d1d533dfc88fd21ca23871389842e03 (diff)
downloadskia-72aeba3d256498a5b554ca4e11827192ee5631e8.tar.gz
Merge "Add a README." into lmp-dev
-rw-r--r--README.android13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.android b/README.android
new file mode 100644
index 0000000000..fece98e542
--- /dev/null
+++ b/README.android
@@ -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.
+