summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2011-09-09 16:07:38 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2011-09-09 16:07:38 (GMT)
commitf23f7856cbbc578beb8e2c57d8669c7c211ee221 (patch)
tree433ce98c5f725392daade1d0674a58796462cf9a
parente0894f567ad379f554300886ae3adf087be1efa2 (diff)
downloadbusybox-f23f7856cbbc578beb8e2c57d8669c7c211ee221.zip
busybox-f23f7856cbbc578beb8e2c57d8669c7c211ee221.tar.gz
busybox-f23f7856cbbc578beb8e2c57d8669c7c211ee221.tar.bz2
tweak comments in android build files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--configs/android2_defconfig2
-rwxr-xr-xexamples/android-build5
2 files changed, 5 insertions, 2 deletions
diff --git a/configs/android2_defconfig b/configs/android2_defconfig
index 05920b1..338c7b1 100644
--- a/configs/android2_defconfig
+++ b/configs/android2_defconfig
@@ -1,3 +1,5 @@
+# Run "make android2_defconfig", then "make".
+#
# Tested with the standalone toolchain from ndk r6:
# android-ndk-r6/build/tools/make-standalone-toolchain.sh --platform=android-8
#
diff --git a/examples/android-build b/examples/android-build
index f5fe49b..89f3b63 100755
--- a/examples/android-build
+++ b/examples/android-build
@@ -2,9 +2,10 @@
# Build Busybox against Android's bionic
# Originally by Dan Fandrich
#
-# Configure with android_defconfig
+# Configure with "make android_defconfig"
+#
# This file has been tested on Android Froyo (the lack of ttyname_r in
-# the must be patched around) and Gingerbread.
+# the android libc must be patched around) and Gingerbread.
# Point this to the Android root directory; it's used in the defconfig CFLAGS
export A="$HOME/android"