tweak comments in android build files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
e0894f567a
commit
f23f7856cb
@ -1,3 +1,5 @@
|
|||||||
|
# Run "make android2_defconfig", then "make".
|
||||||
|
#
|
||||||
# Tested with the standalone toolchain from ndk r6:
|
# Tested with the standalone toolchain from ndk r6:
|
||||||
# android-ndk-r6/build/tools/make-standalone-toolchain.sh --platform=android-8
|
# android-ndk-r6/build/tools/make-standalone-toolchain.sh --platform=android-8
|
||||||
#
|
#
|
||||||
|
@ -2,9 +2,10 @@
|
|||||||
# Build Busybox against Android's bionic
|
# Build Busybox against Android's bionic
|
||||||
# Originally by Dan Fandrich
|
# 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
|
# 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
|
# Point this to the Android root directory; it's used in the defconfig CFLAGS
|
||||||
export A="$HOME/android"
|
export A="$HOME/android"
|
||||||
|
Loading…
Reference in New Issue
Block a user