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

Side by Side Diff: tools/android_build/README

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « tools/VERSION ('k') | tools/android_build/jni/Android.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 In order to build a static Fletch library for Android, download the 1 In order to build a static Dartino library for Android, download the
2 Android NDK and run: 2 Android NDK and run:
3 3
4 NDK_PROJECT_PATH=. ndk-build 4 NDK_PROJECT_PATH=. ndk-build
5 5
6 in this directory. 6 in this directory.
7 7
8 TODO(ager): Currently, this is hardcoded for 32-bit systems and 8 TODO(ager): Currently, this is hardcoded for 32-bit systems and
9 probably doesn't work for 64-bit versions. 9 probably doesn't work for 64-bit versions.
OLDNEW
« no previous file with comments | « tools/VERSION ('k') | tools/android_build/jni/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698