aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2016-04-09 05:44:48 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-09 05:44:48 +0000
commitc4889906092999356fceb59b6e972f01e6fc64a0 (patch)
treec8bb7886653623da9e8598d06be344ccd9f0fedd
parent32d90ee0807afa433a36832bed79858ddc17a5c3 (diff)
parentac98d0f9764132921b5b6e61adcb718ba019d0ca (diff)
downloadplatform_external_iptables-c4889906092999356fceb59b6e972f01e6fc64a0.tar.gz
platform_external_iptables-c4889906092999356fceb59b6e972f01e6fc64a0.tar.bz2
platform_external_iptables-c4889906092999356fceb59b6e972f01e6fc64a0.zip
Tell the build system to copy notice files. am: ce477f9
am: ac98d0f * commit 'ac98d0f9764132921b5b6e61adcb718ba019d0ca': Tell the build system to copy notice files. Change-Id: I2400664f1b10c7d7293ec2cffcace2c810ea49b9
-rw-r--r--iptables/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/iptables/Android.mk b/iptables/Android.mk
index efe6526f..d0fd7d36 100644
--- a/iptables/Android.mk
+++ b/iptables/Android.mk
@@ -34,6 +34,8 @@ LOCAL_POST_INSTALL_CMD := $(hide) mkdir -p $(TARGET_OUT)/bin; \
ln -sf iptables $(TARGET_OUT)/bin/iptables-save; \
ln -sf iptables $(TARGET_OUT)/bin/iptables-restore
+LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../NOTICE
+
include $(BUILD_EXECUTABLE)
#----------------------------------------------------------------
@@ -69,6 +71,8 @@ LOCAL_POST_INSTALL_CMD := $(hide) mkdir -p $(TARGET_OUT)/bin; \
ln -sf ip6tables $(TARGET_OUT)/bin/ip6tables-save; \
ln -sf ip6tables $(TARGET_OUT)/bin/ip6tables-restore
+LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../NOTICE
+
include $(BUILD_EXECUTABLE)