summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2012-10-19 16:33:52 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2012-10-19 16:33:52 +0100
commit36a9d10fe512f53f63c5deb2d72e54964abe8e08 (patch)
tree53c55615013e47214ffb24411876569b60c18ddc
parent44be68579b783f4cc800c30ec91a2275dd9e0253 (diff)
Updated Android Build instructions with the correct output dirs
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--HOWTO_getsourceandbuild.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/HOWTO_getsourceandbuild.txt b/HOWTO_getsourceandbuild.txt
index 298e4c5..32662fe 100644
--- a/HOWTO_getsourceandbuild.txt
+++ b/HOWTO_getsourceandbuild.txt
@@ -50,9 +50,9 @@ Or, if your machine uses '/dev/mmcblkX', you may see a line line this:
bc.
sudo linaro-android-media-create --mmc /dev/sdX --dev vexpress \
- --system system.tar.bz2 \
+ --system ./android/out/target/product/vexpress/system.tar.bz2 \
--boot ./android/out/target/product/vexpress/boot.tar.bz2 \
- --userdata userdata.tar.bz2
+ --userdata ./android/out/target/product/vexpress/userdata.tar.bz2
?? the system and userdata tar file paths above need updating ??