History log of /external/fio/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
68c4930db88a1b7fbea0613ffbe08d664f9dd2d5 25-Jan-2016 Dan Willemsen <dwillemsen@google.com> Remove header from LOCAL_SRC_FILES

The build system does not use headers in LOCAL_SRC_FILES. To prevent
typos, it's becoming a warning to add something to LOCAL_SRC_FILES that
is not used.

Also removes the Android.mk from LOCAL_ADDITIONAL_DEPENDENCIES. Our make
setup now automatically adds it, and kati no longer needs it.

Change-Id: I12d37fc0daad99e4873edde4402731d8394c53dc
/external/fio/Android.mk
224eaff0a908cd56b9981592e6469aec3cdb8725 17-Dec-2015 Andreas Gampe <agampe@google.com> Fio: Silence unused-X warnings

These are benign. Reduce build noise.

Bug: 18632512
Change-Id: I29493d9c59420c5f9959121215ae37e2bf969bf2
/external/fio/Android.mk
4be92ff9cdab332dec621f403d29765be42cc024 13-Oct-2015 Chih-Hung Hsieh <chh@google.com> Enable clang after new Android clang upgrade.

* Now Android clang can support TLS like gcc.

BUG: 17167262
BUG: 21082792
Change-Id: I9303f5c78e52147e544d83d12246258e893a0d3e
/external/fio/Android.mk
b9da4221fd8a628a696d70c33ba1e7e8cc00a8fe 07-Apr-2015 Nick Kralevich <nnk@google.com> resolved conflicts for merge of 90531c44 to master

Change-Id: Ia51e784b350063ea085d7cc62bd693aa3a5be455
90531c44420bef2430dc3be2fbcf38682a6df973 07-Feb-2015 Colin Cross <ccross@android.com> Fix Android.mk issues in fio

LOCAL_LDLIBS is unnecessary, libdl is already in LOCAL_SHARED_LIBRARIES
LOCAL_CFLAGSS_64 -> LOCAL_CFLAGS_64

Change-Id: I574a795c10fcf7d1d54669aac8f464265a6cf6e9
/external/fio/Android.mk
a64f0e1024b1cc29595e5c0b0848a775fed886fd 07-Mar-2015 Mohamad Ayyash <mkayyash@google.com> fio: Disable clang only for the arm target.

Change-Id: I2824bd83e191a0af8bc20c95681eb841fcb40f1c
/external/fio/Android.mk
77d9788972d5349e316ad120113f074c06680557 05-Mar-2015 Mohamad Ayyash <mkayyash@google.com> Update Android.mk with new fio-2.2.6 changes.

Change-Id: I7bca83958d8e01323d511ba96fb3ae22f9b6ff7e
/external/fio/Android.mk
abe5ebcf5d6e7175ffe294e66e85fab6d26a1ec8 20-Feb-2015 Elliott Hughes <enh@google.com> Fix missing fio_set_sched_idle declaration.

I still haven't worked out what's going on here (specifically: how did
this link without a definition), but the easy fix is to just copy the
code from the os-linux.h header.

Change-Id: I9a64fd14d83116c26daf341e6acbd571ea207026
/external/fio/Android.mk
0371e03b700d30d426088c2bbe8ce0123bc528a5 09-Jan-2015 Chih-Hung Hsieh <chh@google.com> Disable clang only for the arm target.

Other targets do not have problem.

BUG: 17167262
Change-Id: I0fbc07f44088800d211eca498c5a19058fa64257
/external/fio/Android.mk
b287c3293081dd98182a026a15e63536148b3287 20-Sep-2014 Elliott Hughes <enh@google.com> Silence uninteresting warnings.

Upstream doesn't seem to care about signed/unsigned or pointer arithmetic
warnings, so there's little point us looking at them.

The remaining one is weird though --- given that this is an inline function
in os/os-linux.h, how does this link?

external/fio/idletime.c: In function 'idle_prof_thread_fn':
external/fio/idletime.c:92:2: warning: implicit declaration of function 'fio_set_sched_idle' [-Wimplicit-function-declaration]
if ((retval = fio_set_sched_idle()))
^

Change-Id: I27efbe3b18a46a5253c2edd464b655d995c82024
/external/fio/Android.mk
073c0a9dd6ab1d60b80bb45d6dfcfea97402fed5 02-Sep-2014 Chih-Hung Hsieh <chh@google.com> Disable clang due to missing __aeabi_read_tp.

BUG: 17167262
Change-Id: Ic6ce6f23136855f84130cddca5b2bf55e4c45ccd
/external/fio/Android.mk
6f4e805b805f1ab3025482e471147bb51efa99bd 25-Jun-2014 Elliott Hughes <enh@google.com> Add the splice engine for LP64.

This code assumes _FILE_OFFSET_BITS == 64, which bionic still doesn't
support, so it's more trouble than it's worth to add splice for LP32.

Change-Id: I0f7c35586edfee63bf15f689422606a8d159daad
/external/fio/Android.mk
3c77c1316cdd85e5c6dbb3d506e5fab44e5407ec 14-May-2014 Mohamad Ayyash <mkayyash@google.com> fio: Get it to build on Android.

-Add Android.mk.
-Fix byteswap instances in os/os-android.

Change-Id: Ifa136a0a4de7759b908215da0567919c4eb4cf74
/external/fio/Android.mk