1. 05 Jul, 2012 3 commits
  2. 04 Jul, 2012 1 commit
  3. 03 Jul, 2012 4 commits
  4. 02 Jul, 2012 2 commits
  5. 30 Jun, 2012 3 commits
  6. 29 Jun, 2012 4 commits
  7. 28 Jun, 2012 6 commits
  8. 27 Jun, 2012 3 commits
  9. 25 Jun, 2012 1 commit
  10. 23 Jun, 2012 1 commit
  11. 22 Jun, 2012 3 commits
  12. 21 Jun, 2012 2 commits
    • Andrew Hsieh's avatar
    • Andrew Hsieh's avatar
      Fixed LOCAL_SHORT_COMMANDS to not recompile/relink source/object every time · 1253fb95
      Andrew Hsieh authored
      When LOCAL_SHORT_COMMANDS is set to true, compiler options are emitted to a
      response file and read off using the '@file' syntax.  This is to support very
      long commmand line w/o running over the limit of shell command buffer.
      
      Obviously target depends on the response file which shall be regenerated
      every time to account for potential changes in command line options.
      Unfortunately this triggers rebuilding of target as well even when the content
      of response file is identical to the last one.
      
      This CL fixes it by emitting options to a temp file, and only update the response
      file when contents differ
      
      Change-Id: Ia2be6df7bbc0d0816b60d552f3fde004f42ca748
      1253fb95
  13. 20 Jun, 2012 4 commits
  14. 13 Jun, 2012 3 commits