create simple skia app for android using jni
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 4 Jun 2013 21:13:11 +0000 (21:13 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 4 Jun 2013 21:13:11 +0000 (21:13 +0000)
commitecaa59d878942fc87b0daa5171dfcdcb133c84a8
treef29320cb52ad85a213a9ec9a34792c5b570c00d0
parent8cb108803425481bf58f1eeb388cf818701c5e77
create simple skia app for android using jni

R=djsollen@google.com

Author: zachr@google.com

Review URL: https://chromiumcodereview.appspot.com/16336004

git-svn-id: http://skia.googlecode.com/svn/trunk@9437 2bbb7eff-a529-9590-31e7-b0007b416f81
platform_tools/android/examples/hello_skia_app/AndroidManifest.xml [new file with mode: 0644]
platform_tools/android/examples/hello_skia_app/README [new file with mode: 0644]
platform_tools/android/examples/hello_skia_app/build.xml [new file with mode: 0644]
platform_tools/android/examples/hello_skia_app/jni/Android.mk [new file with mode: 0644]
platform_tools/android/examples/hello_skia_app/jni/helloskia.cpp [new file with mode: 0644]
platform_tools/android/examples/hello_skia_app/project.properties [new file with mode: 0644]
platform_tools/android/examples/hello_skia_app/res/values/strings.xml [new file with mode: 0644]
platform_tools/android/examples/hello_skia_app/src/com/example/HelloSkiaActivity.java [new file with mode: 0644]