1. 25 Apr, 2016 2 commits
  2. 19 Apr, 2016 2 commits
  3. 18 Apr, 2016 2 commits
  4. 15 Apr, 2016 2 commits
  5. 08 Apr, 2016 1 commit
  6. 07 Apr, 2016 2 commits
  7. 31 Mar, 2016 1 commit
  8. 29 Mar, 2016 1 commit
  9. 17 Mar, 2016 1 commit
  10. 11 Mar, 2016 3 commits
  11. 10 Mar, 2016 3 commits
  12. 09 Mar, 2016 4 commits
  13. 08 Mar, 2016 3 commits
    • Paul Crowley's avatar
      Require the auth token for decryption. · 320e5e15
      Paul Crowley authored
      A bug meant that the auth token wasn't being used; it turns out that
      in order to use it we need to do things slightly differently.
      
      Bug: 27496553
      Change-Id: I0f0ab77fed31b92a79eba4acf488cb098691b4be
      320e5e15
    • Paul Crowley's avatar
      Fix memory leak in generate_key wrapper. Other fixes. · d9b9295b
      Paul Crowley authored
      - catch errors in looking for the keyring
      - static_assert to prevent a buffer overrun
      - remove obsolete, misleading comment
      - dial down priority of some log messages
      - explain why we ignore some errors
      - idiomatic C++11
      
      Bug: 27552432
      Change-Id: Ic3ee05b41eae45e7c6b571a459b326a483663526
      d9b9295b
    • Yu Ning's avatar
      Support emulator's virtio-blk based SD card · 942d4e83
      Yu Ning authored
      
      Currently, vold only supports MMC (for SD cards) and SCSI (for USB
      drives) devices. It does not recognize any device whose major number is
      not one of those used by MMC and SCSI. Unfortunately, virtio-blk is one
      such device. It is used by the new Android emulator (a.k.a. qemu2,
      featuring the "ranchu" virtual board) for SD card emulation.
      
      In order to make this virtio-blk based SD card device appear in Android
      and appear as an SD card (rather than a USB drive), changes have to be
      made to both vold (wherever the device major number is checked) and
      ranchu's storage configuration. This CL implements former.
      
      This is a stop-gap solution for emulator in nyc.
      A longer term solution in-tune with upstream kernel is in the pipes.
      
      Updated from aosp/master version.
      
      BUG:27431753
      
      Change-Id: I5014edec73be7c5b565d91542464c82cbe58992c
      Signed-off-by: default avatarYu Ning <yu.ning@intel.com>
      (cherry picked from commit 5b1d1c7dfa13b4dca75213581dc8351b841b76c8)
      942d4e83
  14. 02 Mar, 2016 3 commits
  15. 25 Feb, 2016 1 commit
    • Calin Juravle's avatar
      Create profile folder for foreign dex markers. · 493f5aa1
      Calin Juravle authored
      This is a special profile folder where apps will leave profile markers
      for the dex files they load and don't own. System server will read the
      markers and decide if the apks should be fully compiled instead of
      profile guide compiled.
      
      Bug: 27334750
      Bug: 26080105
      Change-Id: Ib18f20cf78a8dbfc465610ec6ceec52699c5420a
      493f5aa1
  16. 19 Feb, 2016 1 commit
  17. 10 Feb, 2016 2 commits
  18. 09 Feb, 2016 6 commits