diff options
author | Dave Chapman <dave@dchapman.com> | 2011-02-13 13:26:16 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2011-02-13 13:26:16 +0000 |
commit | 82140061a61f4ac429489644826077db376c9aa2 (patch) | |
tree | 68c279869acf25e29d1bcf8855e0a60c1867cf36 | |
parent | fb790be29e54d45bb6eaad052bd6b74d62965f9b (diff) |
Update Android README in line with configure changes from r29286
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29296 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | android/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/README b/android/README index 99f33aeb59..98069fcba6 100644 --- a/android/README +++ b/android/README @@ -18,8 +18,8 @@ compiling the java files will fail. 1. Create a separate build folder. Do not build in this source directory. -2. Run "../tools/configure". Choose target 200, then chose 'A' for Android - and input your screen resolution. +2. Run "../tools/configure". Choose the "Android" target and input your + screen resolution. 3. Run "make" |