diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-09 18:07:38 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-09 18:07:38 +0200 |
| commit | f23f7856cbbc578beb8e2c57d8669c7c211ee221 (patch) | |
| tree | 433ce98c5f725392daade1d0674a58796462cf9a /examples | |
| parent | e0894f567ad379f554300886ae3adf087be1efa2 (diff) | |
| download | busybox-w32-f23f7856cbbc578beb8e2c57d8669c7c211ee221.tar.gz busybox-w32-f23f7856cbbc578beb8e2c57d8669c7c211ee221.tar.bz2 busybox-w32-f23f7856cbbc578beb8e2c57d8669c7c211ee221.zip | |
tweak comments in android build files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/android-build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/android-build b/examples/android-build index f5fe49bda..89f3b637a 100755 --- a/examples/android-build +++ b/examples/android-build | |||
| @@ -2,9 +2,10 @@ | |||
| 2 | # Build Busybox against Android's bionic | 2 | # Build Busybox against Android's bionic |
| 3 | # Originally by Dan Fandrich | 3 | # Originally by Dan Fandrich |
| 4 | # | 4 | # |
| 5 | # Configure with android_defconfig | 5 | # Configure with "make android_defconfig" |
| 6 | # | ||
| 6 | # This file has been tested on Android Froyo (the lack of ttyname_r in | 7 | # This file has been tested on Android Froyo (the lack of ttyname_r in |
| 7 | # the must be patched around) and Gingerbread. | 8 | # the android libc must be patched around) and Gingerbread. |
| 8 | 9 | ||
| 9 | # Point this to the Android root directory; it's used in the defconfig CFLAGS | 10 | # Point this to the Android root directory; it's used in the defconfig CFLAGS |
| 10 | export A="$HOME/android" | 11 | export A="$HOME/android" |
