1. 11 Aug, 2016 2 commits
  2. 10 Aug, 2016 2 commits
  3. 09 Aug, 2016 1 commit
    • John Reck's avatar
      Fix binderAddInts benchmark · 187816e5
      John Reck authored
      Bug: 30765667
      
      Restores the fork() that was missed in a refactor
      causing the benchmark to no longer measure binder's
      IPC performance.
      
      Change-Id: Id79ab082f1d20e1d058f80bd43018c9737b8250b
      187816e5
  4. 31 Jul, 2016 1 commit
  5. 27 Jul, 2016 1 commit
    • Fyodor Kupolov's avatar
      Run preloads_copy.sh as system:system · 17985b26
      Fyodor Kupolov authored
      Root is not required, and most importantly system_server won't be able delete
      preloads folder during cleanup.
      
      Bug: 30280710
      Change-Id: I41890834467cc51b7b4ebd9c2918a47904f0b377
      17985b26
  6. 26 Jul, 2016 1 commit
  7. 20 Jul, 2016 1 commit
  8. 19 Jul, 2016 1 commit
  9. 13 Jul, 2016 1 commit
  10. 12 Jul, 2016 1 commit
  11. 03 Jul, 2016 1 commit
  12. 30 Jun, 2016 1 commit
    • Alex Light's avatar
      Copy preopted files from B partition. · 3ece05b4
      Alex Light authored
      This translates from the preopted files in the system_other partition
      into the main dalvik-cache. This also has init scripts to allow this
      to run.
      
      We first copy to a temporary file before renaming them in order to
      make the copy atomic.
      
      Bug: 29278988
      Change-Id: I8bf1b2d021998949fd9996a923be7db9691e6a1e
      3ece05b4
  13. 29 Jun, 2016 5 commits
  14. 28 Jun, 2016 1 commit
  15. 27 Jun, 2016 2 commits
    • Yabin Cui's avatar
      Simpleperf: fix flaky tests. · 9458a99b
      Yabin Cui authored
      am: a486a4b8
      
      Change-Id: I194792e233c6ccdd695e04ed2a58f7f1034f0494
      9458a99b
    • Yabin Cui's avatar
      Simpleperf: fix flaky tests. · a486a4b8
      Yabin Cui authored
      Simpleperf stat/record command may need 1 second to set security.perf_harden
      property. So the monitored child threads should run longer than 1 second.
      
      Bug: 29763505
      Change-Id: I9bf6dcba03f3fc5c91130f38a08ce0062e104103
      a486a4b8
  16. 22 Jun, 2016 1 commit
  17. 19 Jun, 2016 1 commit
  18. 17 Jun, 2016 1 commit
    • Jeremy Compostella's avatar
      libfec: pack the fec_header structure · 46ed495a
      Jeremy Compostella authored
      
      The fec_header structure is generated build time and stored on disk.
      The fec_header might be build on a 64 bits machine while it is read
      per a 32 bits device or the other way around.  In such situations, the
      fec_header fields are not aligned as expected by the device and it
      fails to read the fec_header structure.
      
      This patch makes the fec_header packed.
      
      Change-Id: I77546f850cea5559909971a1192e1a7616d22d50
      Signed-off-by: default avatarJeremy Compostella <jeremy.compostella@intel.com>
      46ed495a
  19. 16 Jun, 2016 4 commits
  20. 15 Jun, 2016 3 commits
  21. 14 Jun, 2016 2 commits
  22. 11 Jun, 2016 4 commits
  23. 10 Jun, 2016 1 commit
  24. 07 Jun, 2016 1 commit