summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKazuhiro Ondo <kazuhiro.ondo@motorola.com>2012-01-12 16:15:06 -0600
committerJP Abgrall <jpa@google.com>2012-01-18 12:08:18 -0800
commit4ab468577647d1ee73810b89d2287eaa5546fecb (patch)
tree13987824a6eefa7df17a4a30546ca5171553cf1c /Android.mk
parent9e5e0ce62e88ddf9a09798eda51b0c270d354c8e (diff)
downloadandroid_system_netd-4ab468577647d1ee73810b89d2287eaa5546fecb.tar.gz
android_system_netd-4ab468577647d1ee73810b89d2287eaa5546fecb.tar.bz2
android_system_netd-4ab468577647d1ee73810b89d2287eaa5546fecb.zip
Add back hook for inserting OEM specific iptables rules.
The functionality was lost during merge in ICS branch. This patch is adding back OEM iptables hook in netd. Bug:5862460 Change-Id: I9444b8c53e8b84fea2002c2c1d9ba42e45ae5f0c
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index dbf9b7d5..c20898b6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,6 +17,7 @@ LOCAL_SRC_FILES:= \
SoftapController.cpp \
TetherController.cpp \
ThrottleController.cpp \
+ oem_iptables_hook.cpp \
logwrapper.c \
main.cpp \