HomeSort by relevance Sort by last modified time
    Searched refs:local_cflags (Results 1 - 2 of 2) sorted by null

  /external/ltp/android/tools/
android_build_generator.py 96 def BuildExecutable(self, cc_target, local_src_files, local_cflags,
104 local_cflags: list of string
119 local_cflags.extend(self._custom_cflags[cc_target])
140 if len(local_cflags) == 1:
141 self._bp_result.append(' cflags: ["%s"],' % list(local_cflags)[0])
142 elif len(local_cflags) > 1:
144 for cflag in local_cflags:
183 def BuildStaticLibrary(self, ar_target, local_src_files, local_cflags,
190 local_cflags: list of string
204 if len(local_cflags)
    [all...]
  /external/fio/
configure 89 local_cflags="$1"
92 do_cc $CFLAGS $local_cflags -o $TMPE $TMPC $LDFLAGS $local_ldflags
    [all...]

Completed in 141 milliseconds