sed: document -E in help text
[oweals/busybox.git] / examples / android-build
index f5fe49bdad4a4bc8dace07d84a9780237985496c..89f3b637abc2f207093989787e062bae719fd33f 100755 (executable)
@@ -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"