summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-11-15 19:44:50 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-15 19:44:50 +0000
commitcb7e4d6c3315144cc1c9aea8f71f50ded828ac9e (patch)
tree105862ecaab9e7027bb67873529290cc3bd2fef4
parenta9ba255635881c602439c8e817b78a98d36ee90f (diff)
parenta50924a0d1c098a9503f8b7fd9550801ca45704f (diff)
downloadfio-cb7e4d6c3315144cc1c9aea8f71f50ded828ac9e.tar.gz
Move -rdynamic to LDFLAGS. am: b4e247271a
am: a50924a0d1 Change-Id: I2e9b56866165b9dcdf871d34e8fa46e640561779
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 29dd2819..35a6973b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -95,13 +95,15 @@ LOCAL_CFLAGS += -DFIO_VERSION="\"fio-2.2.6\"" \
-ffast-math \
-fno-omit-frame-pointer \
-g \
- -rdynamic \
-std=gnu99 \
-Wno-pointer-arith \
-Wno-sign-compare \
-Wno-unused-parameter \
-Wno-unused-variable \
+LOCAL_LDFLAGS += \
+ -rdynamic \
+
LOCAL_CFLAGS_64 += \
-DCONFIG_LINUX_SPLICE \