[PATCH] Android NDK build facilitation, sample Android NDK config
Gilles Espinasse
g.esp at free.fr
Tue Mar 6 06:21:34 UTC 2012
----- Original Message -----
From: "Rob Walker" <rwalker at rwalker.com>
To: <busybox at busybox.net>
Sent: Tuesday, March 06, 2012 6:26 AM
Subject: [PATCH] Android NDK build facilitation, sample Android NDK config
>+config SYSROOT
>+ string "Path to sysroot"
>+ default ""
>+ help
>+ If you want to build BusyBox with a cross compiler, then you
>+ might also need to specify where /usr/include and /usr/lib
>+ will be found.
>+
>+ For example, BusyBox can build against an installed Android NDK,
>+ platform version 9, for ARM ABI with
>+
>+ CONFIG_SYSROOT=/opt/android-ndk/platforms/android-9/arch-arm
Replace 8 spaces with tab
sed 's/ \{8\}/\t/'
Gilles
More information about the busybox
mailing list