aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-06-18 15:27:52 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-06-18 15:27:53 -0700
commit2eaee5baac239d27f2b0370e577cb0c5123bb402 (patch)
tree951d39fd49fd7959d387ccb9630f3d2d994ab6b3
parent132841c0d7e86fabcec443b3b54aee2699b301a4 (diff)
parent895912f922ab3980eb309d5cab79af714d36805c (diff)
downloadandroid_external_iproute2-2eaee5baac239d27f2b0370e577cb0c5123bb402.tar.gz
android_external_iproute2-2eaee5baac239d27f2b0370e577cb0c5123bb402.tar.bz2
android_external_iproute2-2eaee5baac239d27f2b0370e577cb0c5123bb402.zip
Merge "iproute2: don't optimize unused routines"
-rw-r--r--ip/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ip/Android.mk b/ip/Android.mk
index 6b97780..6562143 100644
--- a/ip/Android.mk
+++ b/ip/Android.mk
@@ -19,5 +19,7 @@ LOCAL_C_INCLUDES := $(KERNEL_HEADERS) external/iproute2/include
LOCAL_CFLAGS := -O2 -g -W -Wall
+LOCAL_LDFLAGS := -Wl,-export-dynamic -Wl,--no-gc-sections
+
include $(BUILD_EXECUTABLE)