diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2012-06-18 15:46:52 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-06-18 15:46:52 -0700 |
| commit | f145162f3afe38720a6b53d77d453a7b2365703f (patch) | |
| tree | 9de6ed76a52fda3ec7e7ceedd7d0609b42800141 | |
| parent | a6628ec1917c375e5247d707c6f1340a12b67445 (diff) | |
| parent | 2eaee5baac239d27f2b0370e577cb0c5123bb402 (diff) | |
| download | android_external_iproute2-cm-10.1.tar.gz android_external_iproute2-cm-10.1.tar.bz2 android_external_iproute2-cm-10.1.zip | |
am 2eaee5ba: Merge "iproute2: don\'t optimize unused routines"cm-10.1.3-RC2cm-10.1.3-RC1cm-10.1.3cm-10.1.2cm-10.1.1cm-10.1.0-RC5cm-10.1.0-RC4cm-10.1.0-RC3cm-10.1.0-RC2cm-10.1.0-RC1cm-10.1.0cm-10.1-M3cm-10.1-M2cm-10.1-M1mr1.1-stagingcm-10.1
* commit '2eaee5baac239d27f2b0370e577cb0c5123bb402':
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) |
