1. 27 Oct, 2016 4 commits
  2. 26 Oct, 2016 1 commit
    • Tianjie Xu's avatar
      Fix a linking error in bionic/tests · 719e2853
      Tianjie Xu authored
      Fix the following linking error by adding liblog in the makefile:
      "system/core/libziparchive/zip_archive.cc:277: error: undefined reference to
      '__android_log_error_write'"
      
      The error happens because libziparchive has dependency on liblog. This
      error affects the downstream branches of nyc-dev.
      
      Bug: 31251826
      Test: mma -j32
      Change-Id: Ia42909bbbd150ae0ca9f6aa6b14372f2e0aedccf
      (cherry picked from commit 3656958a)
      719e2853
  3. 07 Jul, 2016 1 commit
    • Neil Fuller's avatar
      Update timezone data to 2016f · 7cdb481d
      Neil Fuller authored
      The 2016f release of the tz code and data is available. It reflects the
      following changes, which were either circulated on the tz mailing list
      or are relatively minor technical or administrative changes:
      
         Changes affecting future time stamps
      
           The Egyptian government changed its mind on short notice, and
           Africa/Cairo will not introduce DST starting 2016-07-07 after all.
           (Thanks to Mina Samuel.)
      
           Asia/Novosibirsk switches from +06 to +07 on 2016-07-24 at 02:00.
           (Thanks to Stepan Golosunov.)
      
         Changes to past and future time stamps
      
           Asia/Novokuznetsk and Asia/Novosibirsk now use numeric time zone
           abbreviations instead of invented ones.
      
         Changes affecting past time stamps
      
           Europe/Minsk's 1992-03-29 spring-forward transition was at 02:00
      not 00:00.
           (Thanks to Stepan Golosunov.)
      
      Note: Paul Eggert changed the key used to sign the tzdata bundle and
      the new public key cannot be found. The changes to the data since
      2016e have been verified visually.
      
      Change-Id: I1767b5d0f7a11349ecd85c1c16942f4d73172dd0
      Test: Ran CTS/android.core.tests.libcore.package.harmony_java_util
      Test: Ran CTS/android.core.tests.libcore.package.harmony_java_text
      Test: Ran CTS/android.core.tests.libcore.package.libcore
      Bug: 29984514
      7cdb481d
  4. 19 Jun, 2016 1 commit
  5. 15 Jun, 2016 1 commit
    • Neil Fuller's avatar
      Update timezone data to 2016e · 1b0ee204
      Neil Fuller authored
        Changes affecting future time stamps
      
          Africa/Cairo observes DST in 2016 from July 7 to the end of October.
          Guess October 27 and 24:00 transitions. (Thanks to Steffen Thorsen.)
          For future years, guess April's last Thursday to October's last
          Thursday except for Ramadan.
      
        Changes affecting past time stamps
      
          Locations while uninhabited now use '-00', not 'zzz', as a
          placeholder time zone abbreviation.  This is inspired by Internet
          RFC 3339 and is more consistent with numeric time zone
          abbreviations already used elsewhere.  The change affects several
          arctic and antarctic locations, e.g., America/Cambridge_Bay before
          1920 and Antarctica/Troll before 2005.
      
          Asia/Baku's 1992-09-27 transition from +04 (DST) to +04 (non-DST) was
          at 03:00, not 23:00 the previous day.  (Thanks to Michael Deckers.)
      
      Bug: 29354265
      Change-Id: Iad332b686410c54277fe8efc83b38a1b5e90aeb2
      1b0ee204
  6. 13 Jun, 2016 3 commits
  7. 10 Jun, 2016 1 commit
    • Neil Fuller's avatar
      Update timezone data to 2016d · 2880a020
      Neil Fuller authored
      This change is effectively a cherry-pick of aosp/master commit:
      60200a74
      
      Changes affecting future time stamps
      
          America/Caracas switches from -0430 to -04 on 2016-05-01 at 02:30.
          (Thanks to Alexander Krivenyshev for the heads-up.)
      
          Asia/Magadan switches from +10 to +11 on 2016-04-24 at 02:00.
          (Thanks to Alexander Krivenyshev and Matt Johnson.)
      
          New zone Asia/Tomsk, split off from Asia/Novosibirsk. It covers
          Tomsk Oblast, Russia, which switches from +06 to +07 on 2016-05-29
          at 02:00.  (Thanks to Stepan Golosunov.)
      
        Changes affecting past time stamps
      
          New zone Europe/Kirov, split off from Europe/Volgograd.  It covers
          Kirov Oblast, Russia, which switched from +04/+05 to +03/+04 on
          1989-03-26 at 02:00, roughly a year after Europe/Volgograd made
          the same change.  (Thanks to Stepan Golosunov.)
      
          Russia and nearby locations had daylight-saving transitions on
          1992-03-29 at 02:00 and 1992-09-27 at 03:00, instead of on
          1992-03-28 at 23:00 and 1992-09-26 at 23:00.  (Thanks to Stepan
          Golosunov.)
      
          Many corrections to historical time in Kazakhstan from 1991
          through 2005.  (Thanks to Stepan Golosunov.)  Replace Kazakhstan's
          invented time zone abbreviations with numeric abbreviations.
      
      Bug: 29240433
      Change-Id: I1a5491f01e0aae8b571c1ed1fddc1995086b6812
      2880a020
  8. 26 May, 2016 1 commit
  9. 25 May, 2016 1 commit
  10. 24 May, 2016 3 commits
  11. 23 May, 2016 3 commits
  12. 22 May, 2016 1 commit
  13. 20 May, 2016 1 commit
    • Christopher Ferris's avatar
      Change use of /data to /data/local/tmp. · 7e53843f
      Christopher Ferris authored
      The unistd fsync/fdatasync were changed to use /data from /.
      Unfortunately, this directory is unreadable unless you are root, so
      change this path to /data/local/tmp.
      
      Bug: 28885777
      Change-Id: Ia88da7a05c8f1b05fbd45ef2e8c55ba0c3368164
      7e53843f
  14. 19 May, 2016 9 commits
  15. 18 May, 2016 1 commit
  16. 17 May, 2016 8 commits