diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2012-06-18 15:27:52 -0700 |
|---|---|---|
| committer | android code review <noreply-gerritcodereview@google.com> | 2012-06-18 15:27:53 -0700 |
| commit | 2eaee5baac239d27f2b0370e577cb0c5123bb402 (patch) | |
| tree | 951d39fd49fd7959d387ccb9630f3d2d994ab6b3 | |
| parent | 132841c0d7e86fabcec443b3b54aee2699b301a4 (diff) | |
| parent | 895912f922ab3980eb309d5cab79af714d36805c (diff) | |
| download | android_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.mk | 2 |
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) |
