History log of /external/iptables/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8e3c7cabff2fbb0e2b7bbf870928dc2c46ed2740 12-Jul-2011 Jeff Brown <jeffbrown@google.com> Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I7731e32d21a2bbb2710bdde1515abac9b8e58309
/external/iptables/Android.mk
8b4807f0a1d98f1d980d3d616ad565c9b72d7c49 11-Jun-2011 JP Abgrall <jpa@google.com> Post-merge fixup. Add new Android.mk, re-checkin generated files

They have no more compilable files in the top dir.
Created extra Android.mk for each subdir.

Regenerated the
include/iptables/internal.h and
include/xtables.h
with
./autogen.sh
export ANDROID_ROOT=$(gettop)/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/
./configure -host=arm-eabi CC=arm-linux-androideabi-gcc CPPFLAGS="$funky_includes" CFLAGS="-nostdlib" LDFLAGS="-Wl,-rpath-link=$ANDROID_ROOT/arm-linux-androideabi/lib -L$ANDROID_ROOT/arm-linux-androideabi/lib"

Change-Id: Ia57ed699edd32ffce16e94e2f13fb93d94924a04
/external/iptables/Android.mk
7ba421f1d968e5aa819bc5b49bd40cd127daa5fa 03-Jun-2011 JP Abgrall <jpa@google.com> android build: support lack of __ANDROID__ in older toolchains

The external master repo uses
arm-eabi-4.4.3
which doesn't define
__ANDROID__
causing the newly added conditionals to fail, leading to
an redefinition of 'struct iphdr'.


Change-Id: If92e3e7c221f903c8f6f92d7dba91de59314769e
/external/iptables/Android.mk
60b9051f64869434c5bab6739556cb1975232267 20-May-2011 JP Abgrall <jpa@google.com> androidify build: Add Android.mk and support script

The Android.mk is based on what a generated makefile would look like.

The extra filter_init script is to work around the fact that we can't have
-D_INIT=lib$*_init
passed down as some compile flags due to $*.
This is used to rename all the modules' init() functions.

Some modules are excluded because they are not needed and would require
more changes in bionic to accommodate the needed types.

Change-Id: I9422a5d30ff22a56f28b2c80f6aba8d28b28a051
Signed-off-by: JP Abgrall <jpa@google.com>
/external/iptables/Android.mk