1. 26 Jun, 2016 2 commits
  2. 23 Jun, 2016 5 commits
  3. 22 Jun, 2016 12 commits
  4. 21 Jun, 2016 1 commit
    • Tianjie Xu's avatar
      Limit the number of blocks in command zero · b64439b2
      Tianjie Xu authored
      Limit the number of blocks in command zero to 1024 blocks. This
      prevents the target size of one command from being too large and
      might help to avoid fsync errors during the OTA update.
      
      Bug: 29535618
      Change-Id: Ic630cea2599138516162bd0029e2e4b2af75bf4f
      (cherry picked from commit bb848c54)
      b64439b2
  5. 20 Jun, 2016 1 commit
  6. 16 Jun, 2016 2 commits
  7. 15 Jun, 2016 3 commits
  8. 14 Jun, 2016 1 commit
  9. 13 Jun, 2016 2 commits
    • Tao Bao's avatar
      releasetools: Disable using imgdiff for squashfs. · 293fd135
      Tao Bao authored
      We use imgdiff to handle files in zip format (e.g. jar/zip/apk) for
      higher compression ratio.
      
      For system/vendor in squashfs, a) all files are compressed in LZ4
      format; b) we use 4096-byte block size in their sparse images, but the
      files in squashfs may not be laid out as 4K-aligned. So the blocks for
      a given file as listed in block map may not form a valid zip file, which
      may fail the patch generation with imgdiff.
      
      Disable using imgdiff for squashfs images, and use bsdiff instead.
      
      Bug: 22322817
      Change-Id: Ie76aa4cece5c9d38cb1d1a34c505a4a8f37512d3
      293fd135
    • Mohamad Ayyash's avatar
      Pass block_list param to mksquashfs · c3484f7f
      Mohamad Ayyash authored
      
      Needed to generate image.map and to optimize the OTA size
      
      BUG: 22322817
      Change-Id: I7802f4dbb9116a94ea99a00b68c3a7ff180ef08a
      Signed-off-by: default avatarMohamad Ayyash <mkayyash@google.com>
      c3484f7f
  10. 12 Jun, 2016 1 commit
  11. 10 Jun, 2016 1 commit
    • Tianjie Xu's avatar
      Add build.version.incremental to metadata · d06f07ee
      Tianjie Xu authored
      Add the build property "build.version.incremental" of the source (if
      present) and target files to the metadata of the ota update package.
      
      Example of metadata:
      ....
      post-build-incremental=2951741
      post-timestamp=1465345123
      pre-build-incremental=2943039
      pre-device=bullhead
      ...
      
      Bug: 28658632
      Change-Id: I889e8ccf39633b1b35590751001a42d1b05d5514
      d06f07ee
  12. 08 Jun, 2016 1 commit
  13. 07 Jun, 2016 2 commits
  14. 06 Jun, 2016 3 commits
  15. 03 Jun, 2016 2 commits
    • Ian Pedowitz's avatar
      NYC is now REL · f2304ce3
      Ian Pedowitz authored
      PLATFORM_VERSION_ALL_CODENAMES needs to include N for now
      
      Bug: 28810934
      Bug: 29117805
      Change-Id: Ibf44e1e02077e7830d9bf92b87fb8ccae029c121
      f2304ce3
    • Gustav Sennton's avatar
      Add variable PRODUCT_SHIPPING_API_LEVEL. · 81ee1867
      Gustav Sennton authored
      PRODUCT_SHIPPING_API_LEVEL declares which API level a device first
      shipped with.
      
      We use this variable to set a read-only property that can be used in
      CTS/GTS tests.
      
      Bug: 26381401
      Change-Id: I9dfeaf423146c35f57e69ac26c27e8a9e205bc4f
      81ee1867
  16. 02 Jun, 2016 1 commit