1. 18 May, 2016 3 commits
  2. 17 May, 2016 1 commit
  3. 20 Apr, 2016 4 commits
  4. 18 Apr, 2016 4 commits
  5. 09 Mar, 2016 1 commit
  6. 26 Jan, 2016 2 commits
  7. 03 Nov, 2015 1 commit
  8. 30 Oct, 2015 1 commit
    • Dan Willemsen's avatar
      Remove __DATE__/__TIME__ · 2d435aa4
      Dan Willemsen authored
      Building __DATE__/__TIME__ into the binaries means that every build will
      create different binaries, even if all the sources are identical. This
      also means that any libraries including this one will need to be patched
      during every OTA.
      
      Nothing appears to use the build_date/build_time fields, so just replace
      them with empty strings.
      
      Bug: 24204119
      Change-Id: I9543eb388a1e8ab9284df9035a62fc8942cdc082
      (cherry picked from commit 6e833073)
      2d435aa4
  9. 27 Oct, 2015 2 commits
  10. 23 Oct, 2015 1 commit
    • Dan Willemsen's avatar
      Remove __DATE__/__TIME__ · 6e833073
      Dan Willemsen authored
      Building __DATE__/__TIME__ into the binaries means that every build will
      create different binaries, even if all the sources are identical. This
      also means that any libraries including this one will need to be patched
      during every OTA.
      
      Nothing appears to use the build_date/build_time fields, so just replace
      them with empty strings.
      
      Bug: 24204119
      Change-Id: I9543eb388a1e8ab9284df9035a62fc8942cdc082
      6e833073
  11. 21 Sep, 2015 1 commit
  12. 15 Sep, 2015 2 commits
  13. 08 Sep, 2015 1 commit
  14. 27 Aug, 2015 1 commit
  15. 13 Aug, 2015 1 commit
  16. 12 Aug, 2015 3 commits
  17. 07 Aug, 2015 1 commit
  18. 11 Mar, 2015 1 commit
  19. 05 Mar, 2015 1 commit
  20. 03 Mar, 2015 1 commit
  21. 20 Feb, 2015 1 commit
  22. 19 Feb, 2015 1 commit
  23. 18 Feb, 2015 2 commits
  24. 12 Feb, 2015 1 commit
    • Chih-Hung Hsieh's avatar
      Do not include genericStds_linux.cpp. · 09f1d044
      Chih-Hung Hsieh authored
      The __aeabi_memcpy functions are already defined in Android libc.
      Redefining them to call memcpy will become recursive when clang/llvm
      converts the memcpy call to __aeabi_memcpy.
      With this change, we can enable clang/llvm by removing LOCAL_CLANG from Android.mk.
      
      BUG: 12216385
      Change-Id: I8b8b4ba7f3ff1e66f8110fc3b6356865a582c1d8
      09f1d044
  25. 11 Feb, 2015 2 commits