Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1442)

Unified Diff: experimental/HelloSkia/buildme.sh

Issue 16336004: create simple skia app for android using jni (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: experimental/HelloSkia/buildme.sh
diff --git a/experimental/HelloSkia/buildme.sh b/experimental/HelloSkia/buildme.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c69bada6731c0dd4d7618ba30ac29f7908c61e1a
--- /dev/null
+++ b/experimental/HelloSkia/buildme.sh
@@ -0,0 +1 @@
+NDK_DEBUG=1 ndk-build && ant debug && adb install -r bin/HelloSkia-debug.apk
djsollen 2013/06/03 18:24:45 remove this file or clean it up and document what
Zach Reizner 2013/06/03 22:54:25 Done.

Powered by Google App Engine
This is Rietveld 408576698