OLD | NEW |
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. |
OLD | NEW |