1. 22 Oct, 2015 2 commits
    • Mike Frysinger's avatar
      use `find -exec ... +` everywhere · 5e479732
      Mike Frysinger authored
      This is more efficient as find itself can handle correctly passing
      arguments down to the command, and this is in POSIX.  The current
      versions of OS X also support this form.
      
      BUG=None
      TEST=mgrep still works
      
      Change-Id: Ie570867609113868daaf068658c4f7e6f4ae42fa
      5e479732
    • Yohann Roussel's avatar
      Merge changes from topic 'jack-server-1.3-a3' · e0c7b4ec
      Yohann Roussel authored
      * changes:
        Remove LOCAL_JACK_EXTRA_ARGS
        Allow control of jack used for compilation
        Clean call-jack and its callers
      e0c7b4ec
  2. 21 Oct, 2015 10 commits
  3. 20 Oct, 2015 8 commits
  4. 19 Oct, 2015 6 commits
  5. 18 Oct, 2015 1 commit
  6. 17 Oct, 2015 1 commit
    • Colin Cross's avatar
      Add support for LOCAL_SRC_FILES_EXCLUDE · a04abc8e
      Colin Cross authored
      LOCAL_SRC_FILES_EXCLUDE will be used to filter files out of
      LOCAL_SRC_FILES.  A common usage will be to use
      LOCAL_SRC_FILES_EXCLUDE_<arch> to remove a source file that will be
      replaced with an arch-optimized version.
      
      Change-Id: I75cc6114c47fb784bab65cae8f618c4f395f07bb
      a04abc8e
  7. 16 Oct, 2015 5 commits
  8. 15 Oct, 2015 7 commits