History log of /external/iptables/extensions/libext.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e3928b77f18db0fdc615693017c6c15eb71bf4e0 02-Apr-2014 JP Abgrall <jpa@google.com> Fixup build so that the update from nefilter.org to 1.4.20 works


* Keep the generated files needed for building.
Used
./configure --enable-static --disable-shared
make
* Update the various Android *.mk files.


Change-Id: If0e45cf6289f0e3dcf3adf73e6ccff86d640f1c0
Signed-off-by: JP Abgrall <jpa@google.com>
/external/iptables/extensions/libext.mk
84d100d6119fd4df196c0e121d8f7ffe4c2076e1 28-Jan-2014 Colin Cross <ccross@android.com> external/iptables: use local-generated-sources-dir

local-intermediates-dir doesn't work for multiarch builds, because
each architecture needs a separate intermediates dir. Use
local-generated-sources-dir, which gives a directory under $OUT/gen
that can be shared by both architectures. Files installed into
$OUT/gen/*/*_intermediates and listed in LOCAL_GENERATED_SOURCES
will be copied into $OUT/obj*/*/*_intermediates automatically as
necessary.

(cherry picked from commit b4ad8a418b48b6a7df8f88a276c52f00c1bb43af)

Change-Id: I35ed4bc51e694ca4dc8343bc59977f1daeae3abc
/external/iptables/extensions/libext.mk
cc1f024e0bd08588f0dae6ef83cb6af47dc155fc 28-Jan-2014 Colin Cross <ccross@android.com> Revert "external/iptables: use local-generated-sources-dir"

This reverts commit b4ad8a418b48b6a7df8f88a276c52f00c1bb43af.

Change-Id: I7870513ad908957a1370cd8e1f7c0a80d8fbb7bb
/external/iptables/extensions/libext.mk
b4ad8a418b48b6a7df8f88a276c52f00c1bb43af 28-Jan-2014 Colin Cross <ccross@android.com> external/iptables: use local-generated-sources-dir

local-intermediates-dir doesn't work for multiarch builds, because
each architecture needs a separate intermediates dir. Use
local-generated-sources-dir, which gives a directory under $OUT/gen
that can be shared by both architectures. Files installed into
$OUT/gen/*/*_intermediates and listed in LOCAL_GENERATED_SOURCES
will be copied into $OUT/obj*/*/*_intermediates automatically as
necessary.

Change-Id: I78e7898147a0e2303e814e8b93f7cd0edbd2914e
/external/iptables/extensions/libext.mk
22e7fb7a9e435e8a736ae2c596b57db904a9a1b2 23-Jan-2014 Colin Cross <ccross@android.com> iptables: rewrite extensions makefile to avoid duplication

Move the duplicated parts of the extensions makefile into a
separate libext.mk, and include it 3 times from the main makefile.

Change-Id: Idcbe1da8e024af895da33e396595e616f52e25ad
/external/iptables/extensions/libext.mk