)]}'
{
  "log": [
    {
      "commit": "407c0be727bb77360494f8cbc5aa879515e15484",
      "tree": "0482d1ba4719b8593a92ee7fa7bee6d8c6c1679f",
      "parents": [
        "dbe6fdb05be5dc7b988c542cbbde7788f15b775f"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Mon Aug 01 13:31:55 2016 +0200"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Aug 02 11:06:46 2016 +0200"
      },
      "message": "Only get trace name if tracing is enabled\n\nString formatting creates new objects, so only do it if needed.\n\nBug: 30549756\nChange-Id: I8035357c2b9c3066ef7663b938654f698a2321bc\n"
    },
    {
      "commit": "dbe6fdb05be5dc7b988c542cbbde7788f15b775f",
      "tree": "da09d9c3620729ace585d45bd1d5a2b3949cc92f",
      "parents": [
        "66e7752ad15f761d09155976b37cb94fc36937d9"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Fri Jul 29 17:16:03 2016 +0200"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Aug 02 10:55:49 2016 +0200"
      },
      "message": "Fix multi-window drag jank if vsync-app is before vsync-sf\n\nIf vsync-app is a couple of ms before vsync-sf, we handle the touch\nin SystemUI at vsync-app. Then, we have extremely little time to resize\nall the stacks in activity manager until vsync-sf, so sometimes this is\ndone before vsync-sf tick, and sometimes after, which leads to jank.\n\nFigure out the difference of vsync-app and vsync-sf in SystemUI and then\npost the updates to be processed at vsync-sf so we have the whole 16ms\nto process the change.\n\nChange-Id: Ibe7cb6dfe9fbfe2d3e68e522a95a75138fb0dcf1\nFixes: 30437123\n"
    },
    {
      "commit": "66e7752ad15f761d09155976b37cb94fc36937d9",
      "tree": "79231e43bf0a4d0f111f68d8820ab290c904cccd",
      "parents": [
        "1b4bd22f41a26cce3dd3ab570be735ebf1b94354",
        "90cbc5b44450e9806ce0227d125fe7d5107c7c4b"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Jul 29 09:38:26 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jul 29 09:38:28 2016 +0000"
      },
      "message": "Merge \"Fix missing IpConnectivity metrics\" into nyc-mr1-dev"
    },
    {
      "commit": "1b4bd22f41a26cce3dd3ab570be735ebf1b94354",
      "tree": "5ff714ad4c5f9a9dddceb516326502dee6030088",
      "parents": [
        "4b4ba90d66ed452ea3806a1f2357e2e71ccdd548",
        "f9fdf87af2fe0cb9b70ffa81a0912448f4ef4207"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Jul 29 09:23:27 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jul 29 09:23:28 2016 +0000"
      },
      "message": "Merge \"IpConnectivityMetrics: no metrics upload in tests\" into nyc-mr1-dev"
    },
    {
      "commit": "90cbc5b44450e9806ce0227d125fe7d5107c7c4b",
      "tree": "d139cdbcfab74eea82edb885228a81378f78a255",
      "parents": [
        "378183607b84fae9c90cc4ba942406875b727858"
      ],
      "author": {
        "name": "Hugo Benichi",
        "email": "hugobenichi@google.com",
        "time": "Fri Jul 29 16:29:46 2016 +0900"
      },
      "committer": {
        "name": "Hugo Benichi",
        "email": "hugobenichi@google.com",
        "time": "Fri Jul 29 17:07:38 2016 +0900"
      },
      "message": "Fix missing IpConnectivity metrics\n\nThe IpConnectivityLog class looks up MetricsLoggerService once only\nat creation. If a IpConnectivityLog user instantiates this class too\nearly during the boot process, the MetricsLoggerService is not found\nand no event can be recorded.\n\nThis patch makes IpConnectivityLog attempt to look up\nMetricsLoggerService as long as it hasn\u0027t found it yet.\n\nThis allows IpManager and ConnectivityService to upload\nandroid.net.metrics events.\n\nBug: 30490301\nChange-Id: I97102b95a775ea9e90351b9887ae4661fddc2af9\n"
    },
    {
      "commit": "f9fdf87af2fe0cb9b70ffa81a0912448f4ef4207",
      "tree": "1fdf546c42da32275bc0cbc667c3247ccb034c11",
      "parents": [
        "378183607b84fae9c90cc4ba942406875b727858"
      ],
      "author": {
        "name": "Hugo Benichi",
        "email": "hugobenichi@google.com",
        "time": "Thu Jul 28 17:53:06 2016 +0900"
      },
      "committer": {
        "name": "Hugo Benichi",
        "email": "hugobenichi@google.com",
        "time": "Fri Jul 29 16:58:35 2016 +0900"
      },
      "message": "IpConnectivityMetrics: no metrics upload in tests\n\nSimilarly to ApfTest, this patch changes ConnectivityServiceTest to use\na mock object instead of IpConnectivityLog so that running\nConnectivityServiceTest does not generate android.net.metrics events.\n\nBug: 30450301\nChange-Id: Ibc0479f381f26e60baefbae15407c62aecbf6666\n"
    },
    {
      "commit": "4b4ba90d66ed452ea3806a1f2357e2e71ccdd548",
      "tree": "957454ff321603ba5af8aa481e4b778d49a1d53d",
      "parents": [
        "acbe40ef64961b9c1f0084cf3801e2580db662aa"
      ],
      "author": {
        "name": "Winson",
        "email": "winsonc@google.com",
        "time": "Wed Jul 27 19:45:52 2016 -0700"
      },
      "committer": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Fri Jul 29 05:46:09 2016 +0000"
      },
      "message": "Defaulting wallpaper offset to edge of the screen.\n\n- To match the AOSP launcher which no longer centers the default page, \n  we now align the wallpaper to either edge of the screen (depending on \n  RTL).  This prevents a jump in the keyguard when starting the device\n  due to the wallpaper offset being initialized before Launcher is \n  started and can update the offset itself.\n\nBug: 28795125\nChange-Id: Ica96a367157aef696b361601d346774960430fbf"
    },
    {
      "commit": "acbe40ef64961b9c1f0084cf3801e2580db662aa",
      "tree": "eacf7e8337c89701a0502e6847628578fd87c33a",
      "parents": [
        "81bd8d79cbc87820329f18c7cc4bdd55c36aa6eb",
        "00f85a4794820c14632c50334e388c34d5b91523"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Fri Jul 29 03:36:39 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Jul 29 03:36:39 2016 +0000"
      },
      "message": "Docs: Adds a redirect to allow a shorter URL for NBU page on DAC. am: a211850784\nam: 00f85a4794\n\nChange-Id: Ib2edb4aa67fadbd0cc535c1f587d8e567095d0d8\n"
    },
    {
      "commit": "00f85a4794820c14632c50334e388c34d5b91523",
      "tree": "50e6ef8ce5ec0585d80f111dcbe5ef1602e6a80b",
      "parents": [
        "eb73a791fde25a31e324d6e7b85f5fd71e360e80",
        "a211850784bb73c5a5e264a3f7369d182341d107"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Fri Jul 29 03:29:23 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Jul 29 03:29:23 2016 +0000"
      },
      "message": "Docs: Adds a redirect to allow a shorter URL for NBU page on DAC.\nam: a211850784\n\nChange-Id: If4408cf7a44273320a7154c776f8385d445406dd\n"
    },
    {
      "commit": "a211850784bb73c5a5e264a3f7369d182341d107",
      "tree": "788a8df1edfb72b0acabbabc71e2195c20e79624",
      "parents": [
        "223a1727cc3ae4e5c096e030b33ee69f9506af5f"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Thu Jul 28 17:07:46 2016 -0700"
      },
      "committer": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Fri Jul 29 03:25:16 2016 +0000"
      },
      "message": "Docs: Adds a redirect to allow a shorter URL for NBU page on DAC.\n\nBug: 30292533\nChange-Id: Ifd9ca24804d96d0e50dd0f94a028233cc2cbca4e\n(cherry picked from commit 4dd89b6d86c13f170c61ca425d22e0463a81224f)\n"
    },
    {
      "commit": "81bd8d79cbc87820329f18c7cc4bdd55c36aa6eb",
      "tree": "eacf7e8337c89701a0502e6847628578fd87c33a",
      "parents": [
        "d26ae56f9dd168788bac77bfd6e64a3963542b98",
        "323d2bbc34afdc856043eff31e2ab7d84e721545"
      ],
      "author": {
        "name": "Suprabh Shukla",
        "email": "suprabh@google.com",
        "time": "Fri Jul 29 01:04:28 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jul 29 01:04:29 2016 +0000"
      },
      "message": "Merge \"Ensuring KeyguardService has the correct user when it starts\" into nyc-mr1-dev"
    },
    {
      "commit": "d26ae56f9dd168788bac77bfd6e64a3963542b98",
      "tree": "1d0d5e2e807acd995005ac1f5b8eba2b05b9b470",
      "parents": [
        "911d23165eb83d185347209c5705b8d51dba91b3",
        "eb73a791fde25a31e324d6e7b85f5fd71e360e80"
      ],
      "author": {
        "name": "Adarsh Fernando",
        "email": "adarshf@google.com",
        "time": "Fri Jul 29 00:54:13 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Jul 29 00:54:13 2016 +0000"
      },
      "message": "Merge \\\"Docs: fix broken image link in platforms architecture doc\\\" into nyc-dev\nam: eb73a791fd\n\nChange-Id: I8869e542136224329f0a2d3335426d617fa4d95c\n"
    },
    {
      "commit": "911d23165eb83d185347209c5705b8d51dba91b3",
      "tree": "1d0d5e2e807acd995005ac1f5b8eba2b05b9b470",
      "parents": [
        "0f423154859a15d96399530fa0c8d2642e9fbb55",
        "0ead099a873c45d35b80db2c08d5a0fb54cf48bb"
      ],
      "author": {
        "name": "Adarsh Fernando",
        "email": "adarshf@google.com",
        "time": "Fri Jul 29 00:54:11 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Jul 29 00:54:11 2016 +0000"
      },
      "message": "Docs: fix broken image link in platforms architecture doc\nam: 0ead099a87\n\nChange-Id: I31f417f372c9b09b708eca2685e5927a2a128e7d\n"
    },
    {
      "commit": "eb73a791fde25a31e324d6e7b85f5fd71e360e80",
      "tree": "50e6ef8ce5ec0585d80f111dcbe5ef1602e6a80b",
      "parents": [
        "e67d1573eb102d4cd7ba35e9cd04a2a03e1fc189",
        "0ead099a873c45d35b80db2c08d5a0fb54cf48bb"
      ],
      "author": {
        "name": "Adarsh Fernando",
        "email": "adarshf@google.com",
        "time": "Fri Jul 29 00:41:01 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jul 29 00:41:02 2016 +0000"
      },
      "message": "Merge \"Docs: fix broken image link in platforms architecture doc\" into nyc-dev"
    },
    {
      "commit": "0f423154859a15d96399530fa0c8d2642e9fbb55",
      "tree": "a87399fe05c09f5f924abadd036c309fd58da147",
      "parents": [
        "26c2bbca45bc768d60bdaf669b932d64cfa0832c",
        "e67d1573eb102d4cd7ba35e9cd04a2a03e1fc189"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Fri Jul 29 00:21:31 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Jul 29 00:21:31 2016 +0000"
      },
      "message": "Merge \\\"Docs: Adds a redirect to allow a shorter URL for NBU page on DAC.\\\" into nyc-dev\nam: e67d1573eb\n\nChange-Id: Ib4205f7720dcaca2f9ac2ed49b2cd06fdf397080\n"
    },
    {
      "commit": "26c2bbca45bc768d60bdaf669b932d64cfa0832c",
      "tree": "a87399fe05c09f5f924abadd036c309fd58da147",
      "parents": [
        "aa308c94c9fd0c1a03e70bacd66c96b36bed90a7",
        "4dd89b6d86c13f170c61ca425d22e0463a81224f"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Fri Jul 29 00:21:29 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Jul 29 00:21:29 2016 +0000"
      },
      "message": "Docs: Adds a redirect to allow a shorter URL for NBU page on DAC.\nam: 4dd89b6d86\n\nChange-Id: I7490d787de713a597969e61f91eb8624a76947a4\n"
    },
    {
      "commit": "aa308c94c9fd0c1a03e70bacd66c96b36bed90a7",
      "tree": "f7685fd5351321a481ebcb0c17a4691db1aae258",
      "parents": [
        "781f4386dca5b24176d86decb0533a7162d2c0a5",
        "84781517295d6ccb32f5ad9455b5b4071b897037"
      ],
      "author": {
        "name": "Dirk Dougherty",
        "email": "ddougherty@google.com",
        "time": "Fri Jul 29 00:21:25 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Jul 29 00:21:25 2016 +0000"
      },
      "message": "Doc change: remove deprecated intl versions of notifications guidelines. am: 223a1727cc\nam: 8478151729\n\nChange-Id: Iaca8e1e20c479684289ad9d5b4278976e1f5a180\n"
    },
    {
      "commit": "e67d1573eb102d4cd7ba35e9cd04a2a03e1fc189",
      "tree": "1f98dc55fac88c329d32a119706cf5aff8f22924",
      "parents": [
        "84781517295d6ccb32f5ad9455b5b4071b897037",
        "4dd89b6d86c13f170c61ca425d22e0463a81224f"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Fri Jul 29 00:12:15 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jul 29 00:12:17 2016 +0000"
      },
      "message": "Merge \"Docs: Adds a redirect to allow a shorter URL for NBU page on DAC.\" into nyc-dev"
    },
    {
      "commit": "84781517295d6ccb32f5ad9455b5b4071b897037",
      "tree": "f4c5cfb6e9b8af6fa869dce2d051865b6aa27169",
      "parents": [
        "d77989451048decaec8f51e4e93c31ba09004367",
        "223a1727cc3ae4e5c096e030b33ee69f9506af5f"
      ],
      "author": {
        "name": "Dirk Dougherty",
        "email": "ddougherty@google.com",
        "time": "Fri Jul 29 00:08:10 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Jul 29 00:08:10 2016 +0000"
      },
      "message": "Doc change: remove deprecated intl versions of notifications guidelines.\nam: 223a1727cc\n\nChange-Id: I3e10459cb9698ea9aa9a3739769fd31bbda25f83\n"
    },
    {
      "commit": "4dd89b6d86c13f170c61ca425d22e0463a81224f",
      "tree": "c5fd066cd49d7fc36ebfbd94095c40610a72ea9a",
      "parents": [
        "7fc84dbd8631d58ff853b69d4eb23cd40ddc15b7"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Thu Jul 28 17:07:46 2016 -0700"
      },
      "committer": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Thu Jul 28 17:07:46 2016 -0700"
      },
      "message": "Docs: Adds a redirect to allow a shorter URL for NBU page on DAC.\n\nBug: 30292533\nChange-Id: Ifd9ca24804d96d0e50dd0f94a028233cc2cbca4e\n"
    },
    {
      "commit": "223a1727cc3ae4e5c096e030b33ee69f9506af5f",
      "tree": "f2136e8049b2c0f8b26c9b5f4ad9a0bf21c03b8f",
      "parents": [
        "79a5b91d0da28a5e9d2a1bd68a32b24fee7de562"
      ],
      "author": {
        "name": "Dirk Dougherty",
        "email": "ddougherty@google.com",
        "time": "Thu Jul 28 16:24:12 2016 -0700"
      },
      "committer": {
        "name": "Dirk Dougherty",
        "email": "ddougherty@google.com",
        "time": "Thu Jul 28 23:29:48 2016 +0000"
      },
      "message": "Doc change: remove deprecated intl versions of notifications guidelines.\n\nBug: 28768849\nChange-Id: Id38ce9f9a26ff7b6e77a55baa7feb0b93aa58f82\n"
    },
    {
      "commit": "781f4386dca5b24176d86decb0533a7162d2c0a5",
      "tree": "f58e6353f8c1fd2c0f3210fc3f8c2d4d78716894",
      "parents": [
        "6cecc8dc278845bc2868b28c510a18cd20e95a44",
        "d01217c0c2916547f810e3df1f0142c1160f44e1"
      ],
      "author": {
        "name": "Doris Ling",
        "email": "dling@google.com",
        "time": "Thu Jul 28 23:28:16 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 23:28:18 2016 +0000"
      },
      "message": "Merge \"Default fingerprint swipe to disabled.\" into nyc-mr1-dev"
    },
    {
      "commit": "323d2bbc34afdc856043eff31e2ab7d84e721545",
      "tree": "30b1950e65d5a3da61bf23cb2791cc1293b94b25",
      "parents": [
        "6cecc8dc278845bc2868b28c510a18cd20e95a44"
      ],
      "author": {
        "name": "Suprabh Shukla",
        "email": "suprabh@google.com",
        "time": "Wed Jul 27 17:00:12 2016 -0700"
      },
      "committer": {
        "name": "Suprabh Shukla",
        "email": "suprabh@google.com",
        "time": "Thu Jul 28 16:16:53 2016 -0700"
      },
      "message": "Ensuring KeyguardService has the correct user when it starts\n\nBecause RetailDemoModeService was switching user before KeyguardService\nwas started, KeyguardViewMediator was missing the call to setCurrentUser\non user switch. Setting the current user from keyguardState in\nonServiceConnected, if there was a user switch that happened earlier.\nAlso changed RetailDemoModeService to switch user after it receives boot\nphase BOOT_COMPLETE.\n\nBug: 30038980\nChange-Id: I142570529097199ccc50849297ae67ca49d35534\n"
    },
    {
      "commit": "6cecc8dc278845bc2868b28c510a18cd20e95a44",
      "tree": "027015c0fa093ed3d6d6a8a356258f24d954bdd2",
      "parents": [
        "65e3c7420d00a3c0b2b23b141377e7be598511f7",
        "6058df65e645a81bdc7285dcd9f8b12b9f5b534f"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Jul 28 22:03:27 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 22:03:28 2016 +0000"
      },
      "message": "Merge \"update shared libraries for system apps\" into nyc-mr1-dev"
    },
    {
      "commit": "0ead099a873c45d35b80db2c08d5a0fb54cf48bb",
      "tree": "02fe3c058abef00536f8598d7d3dd6bb600f40ae",
      "parents": [
        "d77989451048decaec8f51e4e93c31ba09004367"
      ],
      "author": {
        "name": "Adarsh Fernando",
        "email": "adarshf@google.com",
        "time": "Thu Jul 28 14:53:11 2016 -0700"
      },
      "committer": {
        "name": "Adarsh Fernando",
        "email": "adarshf@google.com",
        "time": "Thu Jul 28 14:59:05 2016 -0700"
      },
      "message": "Docs: fix broken image link in platforms architecture doc\n\nChange-Id: Ie6a9f6c475633336b45cb74719c2cf0724e54971\n"
    },
    {
      "commit": "65e3c7420d00a3c0b2b23b141377e7be598511f7",
      "tree": "3e242145d958a81361fee3947b83ab80b9810af5",
      "parents": [
        "82c2e88890fbe0b7e112964e14b9b9ef3887d3f1",
        "51ce8ee3b1b95dfca1da05dbce74ba0096dd988f"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Jul 28 21:53:01 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 21:53:02 2016 +0000"
      },
      "message": "Merge \"Set secure setting when all preloaded apps are installed\" into nyc-mr1-dev"
    },
    {
      "commit": "82c2e88890fbe0b7e112964e14b9b9ef3887d3f1",
      "tree": "95868afafb9fb3a149cee60ff177f4be5f570d2b",
      "parents": [
        "abf66de14702c1d8262be29c426f707cc74667af",
        "8198deacb52eb082ae9f0a5658d594dc9b689882"
      ],
      "author": {
        "name": "Makoto Onuki",
        "email": "omakoto@google.com",
        "time": "Thu Jul 28 21:33:13 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 21:33:14 2016 +0000"
      },
      "message": "Merge \"Relax isUserRunning check and allow in-profile calls\" into nyc-mr1-dev"
    },
    {
      "commit": "d01217c0c2916547f810e3df1f0142c1160f44e1",
      "tree": "0d12040ce4d8e5943cc3b2e890392f4e7a578032",
      "parents": [
        "7f37f2693f292f66537757ceeb6d43da4d0c4c3f"
      ],
      "author": {
        "name": "Doris Ling",
        "email": "dling@google.com",
        "time": "Thu Jul 28 13:46:33 2016 -0700"
      },
      "committer": {
        "name": "Doris Ling",
        "email": "dling@google.com",
        "time": "Thu Jul 28 13:50:12 2016 -0700"
      },
      "message": "Default fingerprint swipe to disabled.\n\nIf Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED is not set, default it\nto 0 to diable fingerprint swipe.\n\nBug: 30416729\nChange-Id: I292aa696216facc8eaefd1f4bd698f6e5708dc85\n"
    },
    {
      "commit": "6058df65e645a81bdc7285dcd9f8b12b9f5b534f",
      "tree": "ac2746011878790f89f2b1e17f11bf814c938976",
      "parents": [
        "648d3030a7410c439fe6cf8475559cac2a605218"
      ],
      "author": {
        "name": "Todd Kennedy",
        "email": "toddke@google.com",
        "time": "Thu Jul 28 13:28:16 2016 -0700"
      },
      "committer": {
        "name": "Todd Kennedy",
        "email": "toddke@google.com",
        "time": "Thu Jul 28 13:28:16 2016 -0700"
      },
      "message": "update shared libraries for system apps\n\nAfter removing updates for a system package, we weren\u0027t updating its\nshared libraries when we should have. Make it so.\n\nNOTE: This didn\u0027t affect device boot because we update all of the\nshared libraries for all system applications after scanning packages.\n\nBug: 30266503\nChange-Id: I8edf4344228fb3e793e7648ea70a041cb5db6af6\n"
    },
    {
      "commit": "51ce8ee3b1b95dfca1da05dbce74ba0096dd988f",
      "tree": "069ff49db344e64d9bfbe4a63c72b9511f52a332",
      "parents": [
        "cc5bf6902b872b9f48a23b83ca78357e462bd42a"
      ],
      "author": {
        "name": "Fyodor Kupolov",
        "email": "fkupolov@google.com",
        "time": "Wed Jul 27 17:45:12 2016 -0700"
      },
      "committer": {
        "name": "Fyodor Kupolov",
        "email": "fkupolov@google.com",
        "time": "Thu Jul 28 13:22:26 2016 -0700"
      },
      "message": "Set secure setting when all preloaded apps are installed\n\nBug: 30280710\nChange-Id: Id87b51c53b1e553a6ab0a257be93baf7d31b6fe5\n"
    },
    {
      "commit": "8198deacb52eb082ae9f0a5658d594dc9b689882",
      "tree": "1df4929bc3e4edc34dd7458f6bdfbc7c5aed905d",
      "parents": [
        "648d3030a7410c439fe6cf8475559cac2a605218"
      ],
      "author": {
        "name": "Makoto Onuki",
        "email": "omakoto@google.com",
        "time": "Thu Jul 28 13:10:42 2016 -0700"
      },
      "committer": {
        "name": "Makoto Onuki",
        "email": "omakoto@google.com",
        "time": "Thu Jul 28 13:10:42 2016 -0700"
      },
      "message": "Relax isUserRunning check and allow in-profile calls\n\nBug 30475753\n\nChange-Id: I739ee7e259f041f5e133edf048b6b54cb7a770db\n"
    },
    {
      "commit": "abf66de14702c1d8262be29c426f707cc74667af",
      "tree": "b508072b900bd2e032c64691b9be1d80bd3f3724",
      "parents": [
        "3a45979ab0ee4973a1ff5845943121e542ff7960",
        "a3d795a34a786bbe8b5027f70df36b81328109c2"
      ],
      "author": {
        "name": "John Reck",
        "email": "jreck@google.com",
        "time": "Thu Jul 28 19:59:12 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 19:59:13 2016 +0000"
      },
      "message": "Merge \"Drop less aggressively\" into nyc-mr1-dev"
    },
    {
      "commit": "3a45979ab0ee4973a1ff5845943121e542ff7960",
      "tree": "4cf31b537c178550e1085029f03be530d5e41d01",
      "parents": [
        "ca5310dd5f77ea894006f8060e34958bfe5a7f1c",
        "d77989451048decaec8f51e4e93c31ba09004367"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Thu Jul 28 19:42:11 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 19:42:11 2016 +0000"
      },
      "message": "Fix nesting of sample XML code in complex-resources doc am: 79a5b91d0d\nam: d779894510\n\nChange-Id: I1c747c97fe2a3474c97f5ca97706d9c25e1ea28d\n"
    },
    {
      "commit": "d77989451048decaec8f51e4e93c31ba09004367",
      "tree": "1a2bef7ae64366823957e690efd78513f196d51b",
      "parents": [
        "7fc84dbd8631d58ff853b69d4eb23cd40ddc15b7",
        "79a5b91d0da28a5e9d2a1bd68a32b24fee7de562"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Thu Jul 28 19:31:27 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 19:31:27 2016 +0000"
      },
      "message": "Fix nesting of sample XML code in complex-resources doc\nam: 79a5b91d0d\n\nChange-Id: I6c2e2aabf079005df5dc0eea8bcaa04f6438c3fc\n"
    },
    {
      "commit": "ca5310dd5f77ea894006f8060e34958bfe5a7f1c",
      "tree": "4cf31b537c178550e1085029f03be530d5e41d01",
      "parents": [
        "533159b4f90ace7d4d7ca94bf88700b0cd17cced",
        "8d4f5f52a1b1ff8e1a5bdffeeed37f766a166c66"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Jul 28 19:19:59 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 19:20:00 2016 +0000"
      },
      "message": "Merge \"Follow up for I420bee8a11d430b1e52ded050536e56a85a48800\" into nyc-mr1-dev"
    },
    {
      "commit": "533159b4f90ace7d4d7ca94bf88700b0cd17cced",
      "tree": "bfac72f9c07848f41154703faef64388dd46d394",
      "parents": [
        "c8c98ce254310aa5cf18316254c5bef2cfb79ff9",
        "82a4d6f93bd804735ca722887bad05290a65cd37"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Thu Jul 28 19:08:29 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 19:08:30 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE Change KernelUidCpuTimeReader Slog.wtf to Slog.e\" into nyc-mr1-dev"
    },
    {
      "commit": "82a4d6f93bd804735ca722887bad05290a65cd37",
      "tree": "f50428e2993ee932a9f45e97c23bbab6155ff032",
      "parents": [
        "0711adc84d6cb51b890ebcae6cada19da54d63b3"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Wed Jul 27 16:11:27 2016 -0700"
      },
      "committer": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Thu Jul 28 19:08:04 2016 +0000"
      },
      "message": "DO NOT MERGE Change KernelUidCpuTimeReader Slog.wtf to Slog.e\n\nThere is a known issue in the kernel uidcputime module that triggers\nthe WTF, which has a cost to the system. Convert to a regular log\ninstead.\n\nBug:28950306\nChange-Id: I7cbb3138f644075f0d9d65ce8b52bd835eb270fd\n"
    },
    {
      "commit": "79a5b91d0da28a5e9d2a1bd68a32b24fee7de562",
      "tree": "8f9e4634403c7399b3d0d52e3eff495e56685860",
      "parents": [
        "9bb0869926c23a94b38bbe467b2833737076821f"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Wed Jul 27 16:33:15 2016 -0700"
      },
      "committer": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Thu Jul 28 19:06:53 2016 +0000"
      },
      "message": "Fix nesting of sample XML code in complex-resources doc\n\nBug:30447181\nChange-Id: Icea1580f6d919585d488befd62bfa16be7b4a0a6\n(cherry picked from commit 4d1e2adf60fc99f76a9814eeb58c7d2d98bc4699)\n"
    },
    {
      "commit": "c8c98ce254310aa5cf18316254c5bef2cfb79ff9",
      "tree": "7ba7089097bc5ccd45c418a59cd8bd9d76bffcaf",
      "parents": [
        "0a39c8f1c94e29dad31cfa1d48a0fd43da5cc73a",
        "4d1e2adf60fc99f76a9814eeb58c7d2d98bc4699"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Thu Jul 28 19:06:15 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 19:06:17 2016 +0000"
      },
      "message": "Merge \"Fix nesting of sample XML code in complex-resources doc\" into nyc-mr1-dev"
    },
    {
      "commit": "0a39c8f1c94e29dad31cfa1d48a0fd43da5cc73a",
      "tree": "e1409f3ae0d67af0e86b90d63f92d03124736b83",
      "parents": [
        "aef7b7242e029d0e814aca664b009a4d9675db27",
        "37d34ba893001d59d0c0a70beea87e00b25e22df"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Thu Jul 28 19:01:38 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 19:01:40 2016 +0000"
      },
      "message": "Merge \"Add support to hide LTE+ in UI.\" into nyc-mr1-dev"
    },
    {
      "commit": "aef7b7242e029d0e814aca664b009a4d9675db27",
      "tree": "5ed627eb68f72ca790ecf94e447387ba24e5b956",
      "parents": [
        "c89c87a0413b94d1f95a5ed8eb8dfcc885001a2a",
        "494f0dedb25fe0560780d4fb815f3cc8e9893ed5"
      ],
      "author": {
        "name": "Julia Reynolds",
        "email": "juliacr@google.com",
        "time": "Thu Jul 28 18:56:27 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 18:56:28 2016 +0000"
      },
      "message": "Merge \"Do less work on configuration change.\" into nyc-mr1-dev"
    },
    {
      "commit": "c89c87a0413b94d1f95a5ed8eb8dfcc885001a2a",
      "tree": "dae3648fa0034c5e75265f59d59fbcfcb17b9da0",
      "parents": [
        "6aade81b0f430db5886d26af14a9c5ee5a408312",
        "7fc84dbd8631d58ff853b69d4eb23cd40ddc15b7"
      ],
      "author": {
        "name": "Kevin Hufnagle",
        "email": "khufnagle@google.com",
        "time": "Thu Jul 28 18:31:48 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 18:31:48 2016 +0000"
      },
      "message": "Merge \\\"docs: Relocated all intl versions of \\\"Network Security Config\\\"\\\" into nyc-dev\nam: 7fc84dbd86\n\nChange-Id: I1c2f6c401e5e7e90ce615386a8569ba6d914215a\n"
    },
    {
      "commit": "6aade81b0f430db5886d26af14a9c5ee5a408312",
      "tree": "dae3648fa0034c5e75265f59d59fbcfcb17b9da0",
      "parents": [
        "648d3030a7410c439fe6cf8475559cac2a605218",
        "f2934fb9d7375f9b2eb89c23757e12c1e16de8d3"
      ],
      "author": {
        "name": "Kevin Hufnagle",
        "email": "khufnagle@google.com",
        "time": "Thu Jul 28 18:31:45 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 18:31:45 2016 +0000"
      },
      "message": "docs: Relocated all intl versions of \\\"Network Security Config\\\"\nam: f2934fb9d7\n\nChange-Id: I6a63951dd7bfde2680f82148d73174f8bcad61f9\n"
    },
    {
      "commit": "7fc84dbd8631d58ff853b69d4eb23cd40ddc15b7",
      "tree": "1ce59eb3692207b620f10fb2b46482a5860fef51",
      "parents": [
        "66a45479e0514ca65451bb60abb6c0e439334999",
        "f2934fb9d7375f9b2eb89c23757e12c1e16de8d3"
      ],
      "author": {
        "name": "Kevin Hufnagle",
        "email": "khufnagle@google.com",
        "time": "Thu Jul 28 18:20:02 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 18:20:03 2016 +0000"
      },
      "message": "Merge \"docs: Relocated all intl versions of \"Network Security Config\"\" into nyc-dev"
    },
    {
      "commit": "648d3030a7410c439fe6cf8475559cac2a605218",
      "tree": "ad57d36da4a5377f3fe47f4cabf2b48648e04ce5",
      "parents": [
        "7f37f2693f292f66537757ceeb6d43da4d0c4c3f",
        "a210ccfab7386478809427fb4f1b2cc12a1490d4"
      ],
      "author": {
        "name": "Makoto Onuki",
        "email": "omakoto@google.com",
        "time": "Thu Jul 28 17:39:50 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 17:39:53 2016 +0000"
      },
      "message": "Merge \"Fix timeout in a test utility method\" into nyc-mr1-dev"
    },
    {
      "commit": "7f37f2693f292f66537757ceeb6d43da4d0c4c3f",
      "tree": "55bfe6d3ac920608f3927c2f8df7179bc7d3a4ba",
      "parents": [
        "378183607b84fae9c90cc4ba942406875b727858",
        "f9e2c1b326f64cd3805c2ce80a0f13b20a671556"
      ],
      "author": {
        "name": "Chris Banes",
        "email": "chrisbanes@google.com",
        "time": "Thu Jul 28 08:38:39 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 08:38:40 2016 +0000"
      },
      "message": "Merge \"Fix CascadingMenuPopup width if background has padding DO NOT MERGE\" into nyc-mr1-dev"
    },
    {
      "commit": "378183607b84fae9c90cc4ba942406875b727858",
      "tree": "9085106fe32ab525243e9063b388e325509749d2",
      "parents": [
        "35207b758e12d4d2a9643ee8c178bb582a82a8f0",
        "66a45479e0514ca65451bb60abb6c0e439334999"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Thu Jul 28 04:47:58 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 04:47:58 2016 +0000"
      },
      "message": "Docs: Deleting the rest of the preview/ directory due to N Release migration\nam: 66a45479e0\n\nChange-Id: I9db5ec1147f6d4ac76dee8412ddd58f9e0c91e53\n"
    },
    {
      "commit": "a3d795a34a786bbe8b5027f70df36b81328109c2",
      "tree": "c4e8767cf647ddf5ad349bddbd62af5c09050d64",
      "parents": [
        "255ad67b2e61c5ac407c5ef539275b4de99186b4"
      ],
      "author": {
        "name": "John Reck",
        "email": "jreck@google.com",
        "time": "Wed Jul 27 19:28:05 2016 -0700"
      },
      "committer": {
        "name": "John Reck",
        "email": "jreck@google.com",
        "time": "Wed Jul 27 19:28:05 2016 -0700"
      },
      "message": "Drop less aggressively\n\nBug: 30342762\n\nFrame dropping was too frequent and would trigger\nduring normal triple buffering steady state. Bump\nthe threshold to drop from 3ms stall to 6ms stall.\n\nChange-Id: I5c1faeaabf0d02323a28e697a4af4105fbcf1c53\n"
    },
    {
      "commit": "66a45479e0514ca65451bb60abb6c0e439334999",
      "tree": "ca6442bbd2c4214c64e8a05be3c5181b738a9b23",
      "parents": [
        "f3851c1670f3d16258d0f50e27a3ededdfa96d20"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Wed Jul 27 19:22:29 2016 -0700"
      },
      "committer": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Wed Jul 27 19:22:29 2016 -0700"
      },
      "message": "Docs: Deleting the rest of the preview/ directory due to N Release migration\n\nThis directory no longer has a reason to exist since we\u0027ve migrated all\nof its contents to their respective homes.\n\nChange-Id: I604b5104a04b0f627b9e0a9971215bf37755dbd5\n"
    },
    {
      "commit": "35207b758e12d4d2a9643ee8c178bb582a82a8f0",
      "tree": "c1752754f36348a1957ad09df7b6c50a0fcbddbf",
      "parents": [
        "9574299cba4727003bae47e50615847fed77a5da",
        "f3851c1670f3d16258d0f50e27a3ededdfa96d20"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Thu Jul 28 01:58:50 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 01:58:50 2016 +0000"
      },
      "message": "Docs: Migration of N docs to about/versions/\nam: f3851c1670\n\nChange-Id: Id09eed6e1cceae67357a2612a4e59b5719442e41\n"
    },
    {
      "commit": "f3851c1670f3d16258d0f50e27a3ededdfa96d20",
      "tree": "184852da6d5e59c524ef2494ac3a665bb24dc16f",
      "parents": [
        "340a59c77b84c539708fe0aba1ec815224799faf"
      ],
      "author": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Wed Jul 20 13:44:10 2016 -0700"
      },
      "committer": {
        "name": "David Friedman",
        "email": "dmail@google.com",
        "time": "Wed Jul 27 18:35:22 2016 -0700"
      },
      "message": "Docs: Migration of N docs to about/versions/\n\nWith the transition from N Preview to actual Nougat Release, this CL moves\nthe high-level overview files from the preview directory into the\nabout/versions/ directory, under which an archive of current and previous\nAndroid versions\u0027 changes resides.\n\nChange-Id: I42373b0302e953f8166c62e7c8422f2481322240\n"
    },
    {
      "commit": "9574299cba4727003bae47e50615847fed77a5da",
      "tree": "29db4ff277d047328f98e49c0cf7b2dbb4f0f6e1",
      "parents": [
        "cc5bf6902b872b9f48a23b83ca78357e462bd42a",
        "340a59c77b84c539708fe0aba1ec815224799faf"
      ],
      "author": {
        "name": "Dirk Dougherty",
        "email": "ddougherty@google.com",
        "time": "Thu Jul 28 01:26:27 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 01:26:27 2016 +0000"
      },
      "message": "Doc change: remove notifications guidelines page and redirect to material spec. am: 9bb0869926\nam: 340a59c77b\n\nChange-Id: Ib78336d802e91db61d982dd8e50d0d9d34a3d79a\n"
    },
    {
      "commit": "340a59c77b84c539708fe0aba1ec815224799faf",
      "tree": "3ebbf321fc9a73a21286e45fecb1368a4bf01868",
      "parents": [
        "3af211196d3373aac1147d685b774a6c25ab5fa0",
        "9bb0869926c23a94b38bbe467b2833737076821f"
      ],
      "author": {
        "name": "Dirk Dougherty",
        "email": "ddougherty@google.com",
        "time": "Thu Jul 28 01:13:34 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 01:13:34 2016 +0000"
      },
      "message": "Doc change: remove notifications guidelines page and redirect to material spec.\nam: 9bb0869926\n\nChange-Id: Ie41e3665d31bd44b4a4cfbcf6c50f72efd30a17d\n"
    },
    {
      "commit": "cc5bf6902b872b9f48a23b83ca78357e462bd42a",
      "tree": "ae6e81b0e9212b44f47c62275d2efdb404ffc65f",
      "parents": [
        "a0f7338634138a8159851839d1e25558af285426",
        "3af211196d3373aac1147d685b774a6c25ab5fa0"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Thu Jul 28 01:03:27 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 01:03:27 2016 +0000"
      },
      "message": "Merge \\\\\"docs: Fixed bad link to cloud-backup training class\\\\\" into nyc-docs am: baa3c078a6\nam: 3af211196d\n\nChange-Id: I082576f73273de8e5c1c4b8922d4e00318d82607\n"
    },
    {
      "commit": "a0f7338634138a8159851839d1e25558af285426",
      "tree": "ae6e81b0e9212b44f47c62275d2efdb404ffc65f",
      "parents": [
        "8fb893e96cbac59cc254d438c5e7837369a2b970",
        "7e7924b0748d7213422e8f5787e97922db3eb68c"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Thu Jul 28 01:03:25 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 01:03:25 2016 +0000"
      },
      "message": "docs: Fixed bad link to cloud-backup training class am: c02411f38d\nam: 7e7924b074\n\nChange-Id: I5a7b203aa59ecc3d43bedb43f497096602d94295\n"
    },
    {
      "commit": "8fb893e96cbac59cc254d438c5e7837369a2b970",
      "tree": "90ebcb4eac04f45c7af97c9c1e8d9e86110d6904",
      "parents": [
        "c9b1903d84d540e4e13d568020a7f8c03dd94df5",
        "6a56b0579d59bd6a854b1e3512e45dd24f5facb6"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Thu Jul 28 01:03:22 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 01:03:22 2016 +0000"
      },
      "message": "Merge \\\\\"docs: Removed reference to Android Support Library\\\\\" into nyc-docs am: 2a550cfa2a\nam: 6a56b0579d\n\nChange-Id: I896eb99e5a240ceb402f7b2ef510845861cf408f\n"
    },
    {
      "commit": "c9b1903d84d540e4e13d568020a7f8c03dd94df5",
      "tree": "90ebcb4eac04f45c7af97c9c1e8d9e86110d6904",
      "parents": [
        "7b0845fea62eddedbbce9a176a280ac396ad9e98",
        "a15c0c290271bd07a4be1729155e9fae33644a22"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Thu Jul 28 01:03:18 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 01:03:18 2016 +0000"
      },
      "message": "Merge \\\"docs: Moving localized versions of N Preview docs\\\" into nyc-dev\nam: a15c0c2902\n\nChange-Id: I53c333168a7a26fc8e2bcc10ab62bd555fc67581\n"
    },
    {
      "commit": "7b0845fea62eddedbbce9a176a280ac396ad9e98",
      "tree": "90ebcb4eac04f45c7af97c9c1e8d9e86110d6904",
      "parents": [
        "52d5b382ee801184be615d6c17644e1f569b34fb",
        "32845b1eb977e53b374e8ca013c27a977b16969c"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Thu Jul 28 01:03:14 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 01:03:14 2016 +0000"
      },
      "message": "docs: Moving localized versions of N Preview docs\nam: 32845b1eb9\n\nChange-Id: I549825e683afa9bd855dce58dff8bbef86a71ad3\n"
    },
    {
      "commit": "9bb0869926c23a94b38bbe467b2833737076821f",
      "tree": "484d09b12224d94fdb4b4fa095a74448c9a0c633",
      "parents": [
        "baa3c078a66e6911d5ac7044fb1268fb45a66b19"
      ],
      "author": {
        "name": "Dirk Dougherty",
        "email": "ddougherty@google.com",
        "time": "Wed Jul 27 09:46:35 2016 -0700"
      },
      "committer": {
        "name": "Dirk Dougherty",
        "email": "ddougherty@google.com",
        "time": "Thu Jul 28 01:02:39 2016 +0000"
      },
      "message": "Doc change: remove notifications guidelines page and redirect to material spec.\n\nBug-Id: 28768849\nChange-Id: I8f73a3023ae7648cf89d2e31f0cf055195da2bd7\n"
    },
    {
      "commit": "52d5b382ee801184be615d6c17644e1f569b34fb",
      "tree": "d2ba70e1e3c79f825240103d7ef211cbc36d932f",
      "parents": [
        "19747cb135124e3875bef35f9b6bfa4861f6f550",
        "ed49ee64f0bc1cf2fe4207494546cca49b0bfc8b"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Thu Jul 28 00:58:07 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:58:07 2016 +0000"
      },
      "message": "Merge \\\"resolve merge conflicts of 07fe016 to nyc-dev\\\" into nyc-dev\nam: ed49ee64f0\n\nChange-Id: I4974eee1e932ee9568c3f40517808b7f904fa138\n"
    },
    {
      "commit": "19747cb135124e3875bef35f9b6bfa4861f6f550",
      "tree": "d2ba70e1e3c79f825240103d7ef211cbc36d932f",
      "parents": [
        "90a2ba89b14e40bab0a40e2c9d519e6fb9fb96c2",
        "0f9a790e0ff141aa4c1adb3954801fed4a164315"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Thu Jul 28 00:58:05 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:58:05 2016 +0000"
      },
      "message": "resolve merge conflicts of 07fe016 to nyc-dev\nam: 0f9a790e0f\n\nChange-Id: Ide59077e2c6b9bd259758e8526847c93ca392415\n"
    },
    {
      "commit": "90a2ba89b14e40bab0a40e2c9d519e6fb9fb96c2",
      "tree": "ba82a4d9e559b8620d2c299dd880c93590f31829",
      "parents": [
        "c4d1f7a35ef0181bea908e3f3f5312bbc28aa9a9",
        "2c77170adbbc9ce6e2780265b89c695f0fadeef2"
      ],
      "author": {
        "name": "Daniel Yu",
        "email": "dsyu@google.com",
        "time": "Thu Jul 28 00:58:00 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:58:00 2016 +0000"
      },
      "message": "Merge \\\"docs: Moving L10N versions of Scoped Dir Access docs\\\" into nyc-dev\nam: 2c77170adb\n\nChange-Id: I8870a49206fc2c83826d4f06cbd28085f4b4cfd5\n"
    },
    {
      "commit": "c4d1f7a35ef0181bea908e3f3f5312bbc28aa9a9",
      "tree": "ba82a4d9e559b8620d2c299dd880c93590f31829",
      "parents": [
        "1f8b805f14d5d18926dac3ac4d1f79779fd3ba71",
        "a4fc4209c806624d80cac16d5098fe5c34df402b"
      ],
      "author": {
        "name": "Daniel Yu",
        "email": "dsyu@google.com",
        "time": "Thu Jul 28 00:57:57 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:57:57 2016 +0000"
      },
      "message": "docs: Moving L10N versions of Scoped Dir Access docs\nam: a4fc4209c8\n\nChange-Id: Ie3661f2dcedde9f2d5fc3828d815150c3e7329d5\n"
    },
    {
      "commit": "1f8b805f14d5d18926dac3ac4d1f79779fd3ba71",
      "tree": "cfb94b144ab35f9a89cf1768c25841b6cf408ce7",
      "parents": [
        "1e255933da0a9203b0be05f6d94a00a50430dd56",
        "ee7fa57ea6f7fd9fb7ac197bc2f134fb6298e950"
      ],
      "author": {
        "name": "Daniel Yu",
        "email": "dsyu@google.com",
        "time": "Thu Jul 28 00:57:53 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:57:53 2016 +0000"
      },
      "message": "Merge \\\"docs: Moving L10N versions of TV recording API docs\\\" into nyc-dev\nam: ee7fa57ea6\n\nChange-Id: Icc620282440bb907deeeb8488d640b96254cbc30\n"
    },
    {
      "commit": "1e255933da0a9203b0be05f6d94a00a50430dd56",
      "tree": "cfb94b144ab35f9a89cf1768c25841b6cf408ce7",
      "parents": [
        "fa70537cd6659b7bf570c28811ec4116969a5a61",
        "a93eeaa38b5b95ff14f77e1bf077c04dd5e56876"
      ],
      "author": {
        "name": "Daniel Yu",
        "email": "dsyu@google.com",
        "time": "Thu Jul 28 00:57:50 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:57:50 2016 +0000"
      },
      "message": "docs: Moving L10N versions of TV recording API docs\nam: a93eeaa38b\n\nChange-Id: Iee157cb4494cf2aaffc232f88a315fcacf80cf0b\n"
    },
    {
      "commit": "fa70537cd6659b7bf570c28811ec4116969a5a61",
      "tree": "39a41bf60a8d6467d76fc75b75eeba9bb98904c9",
      "parents": [
        "6ee0a29bc83e2244e7f7cda8ff4c2640342d8c7e",
        "3744b05b0e5ee0837cab44d1e2c9ac98c4a9f5ad"
      ],
      "author": {
        "name": "Daniel Yu",
        "email": "dsyu@google.com",
        "time": "Thu Jul 28 00:57:47 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:57:47 2016 +0000"
      },
      "message": "Merge \\\"docs: Moving L10N versions of Direct Boot docs\\\" into nyc-dev\nam: 3744b05b0e\n\nChange-Id: I64e42e1e9a002312796e28d3edccfbe6bb3941e6\n"
    },
    {
      "commit": "6ee0a29bc83e2244e7f7cda8ff4c2640342d8c7e",
      "tree": "39a41bf60a8d6467d76fc75b75eeba9bb98904c9",
      "parents": [
        "67da26112f17e18eddf80a275691069283904dda",
        "9bd8e969da210dc04a320577267ed1b90447b3a3"
      ],
      "author": {
        "name": "Daniel Yu",
        "email": "dsyu@google.com",
        "time": "Thu Jul 28 00:57:44 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:57:44 2016 +0000"
      },
      "message": "docs: Moving L10N versions of Direct Boot docs\nam: 9bd8e969da\n\nChange-Id: I2b1748d28c351af0f19b25be13ae012487c91101\n"
    },
    {
      "commit": "67da26112f17e18eddf80a275691069283904dda",
      "tree": "7fb20ffd09bd2445d16b78fd3004ea992cbcfb0e",
      "parents": [
        "b3d4a4003a9a30a3ebe0828ded3e5b9734844b38",
        "1f335038610bf2a09992df7d0113ed58146b2e76"
      ],
      "author": {
        "name": "Daniel Yu",
        "email": "dsyu@google.com",
        "time": "Thu Jul 28 00:57:41 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:57:41 2016 +0000"
      },
      "message": "Merge \\\"docs: Moving L10N versions of PIP docs\\\" into nyc-dev\nam: 1f33503861\n\nChange-Id: I517a167a6a9f45c0ab3b98adcb465cc1e3568977\n"
    },
    {
      "commit": "b3d4a4003a9a30a3ebe0828ded3e5b9734844b38",
      "tree": "7fb20ffd09bd2445d16b78fd3004ea992cbcfb0e",
      "parents": [
        "56fc279b7da5c259892ae6d35f45d12be5351925",
        "089055f18c425cb5162b1f62f5fbb56d8e506674"
      ],
      "author": {
        "name": "Daniel Yu",
        "email": "dsyu@google.com",
        "time": "Thu Jul 28 00:57:37 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:57:37 2016 +0000"
      },
      "message": "docs: Moving L10N versions of PIP docs\nam: 089055f18c\n\nChange-Id: Ic370a01cc76dbf7f44c8c4b55b965ac265bc2b76\n"
    },
    {
      "commit": "3af211196d3373aac1147d685b774a6c25ab5fa0",
      "tree": "c9408eb17599aacbf908ed461f1a2d3144ec628c",
      "parents": [
        "7e7924b0748d7213422e8f5787e97922db3eb68c",
        "baa3c078a66e6911d5ac7044fb1268fb45a66b19"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Thu Jul 28 00:30:39 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:30:39 2016 +0000"
      },
      "message": "Merge \\\"docs: Fixed bad link to cloud-backup training class\\\" into nyc-docs\nam: baa3c078a6\n\nChange-Id: I92eb0418745e50c382ba78a572512d9977005f9c\n"
    },
    {
      "commit": "7e7924b0748d7213422e8f5787e97922db3eb68c",
      "tree": "c9408eb17599aacbf908ed461f1a2d3144ec628c",
      "parents": [
        "6a56b0579d59bd6a854b1e3512e45dd24f5facb6",
        "c02411f38d37c270460dc021770a1beab43a43c0"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Thu Jul 28 00:30:37 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:30:37 2016 +0000"
      },
      "message": "docs: Fixed bad link to cloud-backup training class\nam: c02411f38d\n\nChange-Id: I407879f4ec8fbdfae3551c042dc30e38384ef235\n"
    },
    {
      "commit": "6a56b0579d59bd6a854b1e3512e45dd24f5facb6",
      "tree": "cac4418456b022f45faa05bfb3702435253e84b0",
      "parents": [
        "a15c0c290271bd07a4be1729155e9fae33644a22",
        "2a550cfa2a17291bdbc4d39e824f0730c1e360a0"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Thu Jul 28 00:30:34 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Jul 28 00:30:34 2016 +0000"
      },
      "message": "Merge \\\"docs: Removed reference to Android Support Library\\\" into nyc-docs\nam: 2a550cfa2a\n\nChange-Id: Ie271602e418e65318b5a04831dd0b5330518e602\n"
    },
    {
      "commit": "a15c0c290271bd07a4be1729155e9fae33644a22",
      "tree": "cac4418456b022f45faa05bfb3702435253e84b0",
      "parents": [
        "ed49ee64f0bc1cf2fe4207494546cca49b0bfc8b",
        "32845b1eb977e53b374e8ca013c27a977b16969c"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:59:59 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 28 00:00:01 2016 +0000"
      },
      "message": "Merge \"docs: Moving localized versions of N Preview docs\" into nyc-dev"
    },
    {
      "commit": "56fc279b7da5c259892ae6d35f45d12be5351925",
      "tree": "ee2eea87c164fc5a85d2b0ed551c44ba39801840",
      "parents": [
        "f846766375f24d8e46b51155fcbc30d1f1f48222",
        "1108b99e7c008a2aebe870eb68f91b6aa4104acc"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:58:18 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:58:19 2016 +0000"
      },
      "message": "Merge changes I17119726,Ia1ae819a into nyc-mr1-dev\n\n* changes:\n  Merge \\\"docs: Moving internationalized versions of multi-window doc\\\" into nyc-dev am: 76f3cc7fc0\n  docs: Moving internationalized versions of multi-window doc am: 82a38458e6\n"
    },
    {
      "commit": "f846766375f24d8e46b51155fcbc30d1f1f48222",
      "tree": "31c02fd7dcdf3aa5a29613d3e0a6a54fd9d99f4e",
      "parents": [
        "bc819e604f36af9058c1ecf014c33a88537ced36",
        "3bd12d8e8be88a7f226a8d4cf4e6258d9d2089b7"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:58:03 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:58:04 2016 +0000"
      },
      "message": "Merge \"docs: Moving multi-window docs out of N Preview area for N release am: dda5e4b1ab\" into nyc-mr1-dev"
    },
    {
      "commit": "bc819e604f36af9058c1ecf014c33a88537ced36",
      "tree": "cf257753d96725db9d7d58c7f8d901d0ebcdd8ca",
      "parents": [
        "762dc30ad5c3af24058ea6046a62cde59d401f5b",
        "948bb428ae89464e38773a374082ab10089ed39d"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:57:46 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:57:47 2016 +0000"
      },
      "message": "Merge changes I67077905,Ibe3ae323 into nyc-mr1-dev\n\n* changes:\n  Merge \\\"docs: Removing internationalized versions of AfW preview doc\\\" into nyc-dev am: 40782b2415\n  docs: Removing internationalized versions of AfW preview doc am: d6d4de697e\n"
    },
    {
      "commit": "762dc30ad5c3af24058ea6046a62cde59d401f5b",
      "tree": "c25c03f1587dd8702a06393d1cf816515744db1e",
      "parents": [
        "e7ee805c6a2af979702a195901d0db4c642945ed",
        "a3072a31c85fdff8dc7e25d0331c51d0ae7e09c6"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:57:30 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:57:31 2016 +0000"
      },
      "message": "Merge changes Ie43bcbcd,Ia9901a83 into nyc-mr1-dev\n\n* changes:\n  Merge \\\"docs: Removing N Preview AfW doc, and setting up redirect\\\" into nyc-dev am: 15e72ce64b\n  docs: Removing N Preview AfW doc, and setting up redirect am: 09f5a77754\n"
    },
    {
      "commit": "e7ee805c6a2af979702a195901d0db4c642945ed",
      "tree": "d9c58f9e5b72ed6a93480fcd2f0ef5d6c5aff251",
      "parents": [
        "9b17ebca8f59117eca0c1e59e754b5b3a1dac844",
        "89d4427097aaa42ef413b1929d28698955adaf7e"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:57:14 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:57:15 2016 +0000"
      },
      "message": "Merge changes Ibed11e8a,Ic6bf0c4b into nyc-mr1-dev\n\n* changes:\n  Merge \\\"docs: Added Android N (API level 24) to the \\\"API levels\\\" table\\\" into nyc-dev am: ffe63a4ad8\n  docs: Added Android N (API level 24) to the \\\"API levels\\\" table am: 563c4f1adb\n"
    },
    {
      "commit": "1108b99e7c008a2aebe870eb68f91b6aa4104acc",
      "tree": "a564681b1a3ca262fcab12295d013eb95c6bccc7",
      "parents": [
        "8497d93f321bf8da6d9a6ce4bad3966ca8eb1a5e",
        "76f3cc7fc0fb79cb1ed58bc925c15035e7c4ae60"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:56:11 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:56:11 2016 +0000"
      },
      "message": "Merge \\\"docs: Moving internationalized versions of multi-window doc\\\" into nyc-dev\nam: 76f3cc7fc0\n\nChange-Id: I17119726d3c16d0d16dfbfe9af9e141e8ffba9b5\n"
    },
    {
      "commit": "8497d93f321bf8da6d9a6ce4bad3966ca8eb1a5e",
      "tree": "a564681b1a3ca262fcab12295d013eb95c6bccc7",
      "parents": [
        "3bd12d8e8be88a7f226a8d4cf4e6258d9d2089b7",
        "82a38458e65df84a757b6c57036cde5299be0061"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:56:08 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:56:08 2016 +0000"
      },
      "message": "docs: Moving internationalized versions of multi-window doc\nam: 82a38458e6\n\nChange-Id: Ia1ae819a24aac2f6117463db6aa2a9f1ed030832\n"
    },
    {
      "commit": "3bd12d8e8be88a7f226a8d4cf4e6258d9d2089b7",
      "tree": "925579f0fd828ce5e941d5f703944bf34b2b33b2",
      "parents": [
        "948bb428ae89464e38773a374082ab10089ed39d",
        "dda5e4b1abc635d0a79619e4caa03e8af3543a09"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:56:04 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:56:04 2016 +0000"
      },
      "message": "docs: Moving multi-window docs out of N Preview area for N release\nam: dda5e4b1ab\n\nChange-Id: I22779b166a1ad81237564c10be253629110d2e6d\n"
    },
    {
      "commit": "948bb428ae89464e38773a374082ab10089ed39d",
      "tree": "11561af77c1314f9e5ee93bda491057d913a64b6",
      "parents": [
        "74c7ef917f166b1d476c7a05bcc54f8d7f7888bc",
        "40782b241582f41b50707fb50fa3cc4109d829f8"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:56:02 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:56:02 2016 +0000"
      },
      "message": "Merge \\\"docs: Removing internationalized versions of AfW preview doc\\\" into nyc-dev\nam: 40782b2415\n\nChange-Id: I67077905857a67bc7f9611e84d4b15b2624122f7\n"
    },
    {
      "commit": "74c7ef917f166b1d476c7a05bcc54f8d7f7888bc",
      "tree": "11561af77c1314f9e5ee93bda491057d913a64b6",
      "parents": [
        "a3072a31c85fdff8dc7e25d0331c51d0ae7e09c6",
        "d6d4de697e2729d979a0953fcb8071951bc4203b"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:56:00 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:56:00 2016 +0000"
      },
      "message": "docs: Removing internationalized versions of AfW preview doc\nam: d6d4de697e\n\nChange-Id: Ibe3ae323d0d09cf3b64b49eaceeaae32071e0a44\n"
    },
    {
      "commit": "a3072a31c85fdff8dc7e25d0331c51d0ae7e09c6",
      "tree": "9642010540de741e166b4a3369e7e45b89b9a0cd",
      "parents": [
        "a8f987a63d716ffaae767bf845ee6a1549afa6a8",
        "15e72ce64bd5475f9f3223acc0dc9d7ef00a6c82"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:55:57 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:55:57 2016 +0000"
      },
      "message": "Merge \\\"docs: Removing N Preview AfW doc, and setting up redirect\\\" into nyc-dev\nam: 15e72ce64b\n\nChange-Id: Ie43bcbcd113dfd3b515ca3868bd238a0913da33e\n"
    },
    {
      "commit": "a8f987a63d716ffaae767bf845ee6a1549afa6a8",
      "tree": "9642010540de741e166b4a3369e7e45b89b9a0cd",
      "parents": [
        "89d4427097aaa42ef413b1929d28698955adaf7e",
        "09f5a77754bad41cffce0eebe72c4e6e06733c83"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:55:55 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:55:55 2016 +0000"
      },
      "message": "docs: Removing N Preview AfW doc, and setting up redirect\nam: 09f5a77754\n\nChange-Id: Ia9901a83f100c182334897cd3848e14d983d9e70\n"
    },
    {
      "commit": "89d4427097aaa42ef413b1929d28698955adaf7e",
      "tree": "4ad15a1f8180fd13cc01adcad8c2e9c1df19ab39",
      "parents": [
        "bcfcb6d81cc6e5072301524ad03b528a99b37728",
        "ffe63a4ad8050ac358a1dcea4174b3357dadce0b"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:55:50 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:55:50 2016 +0000"
      },
      "message": "Merge \\\"docs: Added Android N (API level 24) to the \\\"API levels\\\" table\\\" into nyc-dev\nam: ffe63a4ad8\n\nChange-Id: Ibed11e8aca31d9556149f5b4d0ff793d8810888e\n"
    },
    {
      "commit": "9b17ebca8f59117eca0c1e59e754b5b3a1dac844",
      "tree": "34c4971fa17cd5c7c32247f2d0c3ceb77fcaed3c",
      "parents": [
        "5e0a42848e880eec9dddbeaecfc08bd45aa9ed74",
        "a6a8557d6e6c8ecc170767b7552979dbdb4254ef"
      ],
      "author": {
        "name": "Sergei Vasilinetc",
        "email": "sergeyv@google.com",
        "time": "Wed Jul 27 23:55:46 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:55:47 2016 +0000"
      },
      "message": "Merge \"Turn off simplePath optimization then Path object is used as out param\" into nyc-mr1-dev"
    },
    {
      "commit": "bcfcb6d81cc6e5072301524ad03b528a99b37728",
      "tree": "4ad15a1f8180fd13cc01adcad8c2e9c1df19ab39",
      "parents": [
        "5e0a42848e880eec9dddbeaecfc08bd45aa9ed74",
        "563c4f1adb829df50804a2347c87297c8fbac613"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:55:46 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Jul 27 23:55:46 2016 +0000"
      },
      "message": "docs: Added Android N (API level 24) to the \\\"API levels\\\" table\nam: 563c4f1adb\n\nChange-Id: Ic6bf0c4b0da08f5cce19afc27a2e729d71f2e990\n"
    },
    {
      "commit": "ed49ee64f0bc1cf2fe4207494546cca49b0bfc8b",
      "tree": "c84c92699cc2279fc103eff3c3ff8d074eb386e3",
      "parents": [
        "2c77170adbbc9ce6e2780265b89c695f0fadeef2",
        "0f9a790e0ff141aa4c1adb3954801fed4a164315"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:54:07 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:54:08 2016 +0000"
      },
      "message": "Merge \"resolve merge conflicts of 07fe016 to nyc-dev\" into nyc-dev"
    },
    {
      "commit": "4d1e2adf60fc99f76a9814eeb58c7d2d98bc4699",
      "tree": "f7c5991c7737ce4043764a94026360c9fe884305",
      "parents": [
        "0711adc84d6cb51b890ebcae6cada19da54d63b3"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Wed Jul 27 16:33:15 2016 -0700"
      },
      "committer": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Wed Jul 27 16:49:09 2016 -0700"
      },
      "message": "Fix nesting of sample XML code in complex-resources doc\n\nBug:30447181\nChange-Id: Icea1580f6d919585d488befd62bfa16be7b4a0a6\n"
    },
    {
      "commit": "32845b1eb977e53b374e8ca013c27a977b16969c",
      "tree": "ba2e2410870a74a1c803463fc7dade04d1084cb8",
      "parents": [
        "76f3cc7fc0fb79cb1ed58bc925c15035e7c4ae60"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Tue Jul 26 15:48:00 2016 -0700"
      },
      "committer": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 16:43:51 2016 -0700"
      },
      "message": "docs: Moving localized versions of N Preview docs\n\nLocalization CL to correspond to http://ag/1247936 , which moves the N\nPreview docs for the N Release. Moving files without any edits,\nexcept for fixing image links, and changing the \"qv-wrapper\"/\"qv\"\ndivs to \"tb-wrapper\"/\"tb\".\n\nNB: The following files do not exist in ru/vi/zh-tw, so I didn\u0027t\nperform those move operations for them:\n\n* preview/guide.jd\n* preview/features/data-saver.jd\n* preview/_book.yaml\n* preview/download-ota.jd\n* preview/license.jd\n* preview/preview_toc.cs\n\nbug: 30407407\nChange-Id: I0054f704442fb17799bc7f4f542f939ef8885e08\n"
    },
    {
      "commit": "5e0a42848e880eec9dddbeaecfc08bd45aa9ed74",
      "tree": "12dad1ea3c990b4fe5608afe42cb2187014301bd",
      "parents": [
        "9882960460c1b4000eae4994d4096ad300995559",
        "a5d6cd0981ba54b0fa775a7c6a4f7eb8f425896c"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Jul 27 23:42:58 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:42:59 2016 +0000"
      },
      "message": "Merge \"Keyguard: Reapply insets when fitsSystemWindow changes\" into nyc-mr1-dev"
    },
    {
      "commit": "9882960460c1b4000eae4994d4096ad300995559",
      "tree": "82cb3cd94327fb64c93fb3f8ef12a1354772f596",
      "parents": [
        "6a1dcb635f6a4d3eaa39259313af80e54963e004",
        "b6edaa952eb04137c126f61122571f41087ad980"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Jul 27 23:34:31 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:34:32 2016 +0000"
      },
      "message": "Merge \"Polish around locked user communication.\" into nyc-mr1-dev"
    },
    {
      "commit": "0f9a790e0ff141aa4c1adb3954801fed4a164315",
      "tree": "b2c19e453fd6e308034144cbbbbcc5b39c09233f",
      "parents": [
        "76f3cc7fc0fb79cb1ed58bc925c15035e7c4ae60",
        "07fe016b84bcfc1ba2000824d6c32c34f5724df2"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 16:19:30 2016 -0700"
      },
      "committer": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 16:26:19 2016 -0700"
      },
      "message": "resolve merge conflicts of 07fe016 to nyc-dev\n\nChange-Id: Ic1608a44ddeb50738d48cd03d521e6a63f646092\n"
    },
    {
      "commit": "2c77170adbbc9ce6e2780265b89c695f0fadeef2",
      "tree": "9f86688b97f0fd8ef842510c43d0a98198e42598",
      "parents": [
        "ee7fa57ea6f7fd9fb7ac197bc2f134fb6298e950",
        "a4fc4209c806624d80cac16d5098fe5c34df402b"
      ],
      "author": {
        "name": "Dan Yu",
        "email": "dsyu@google.com",
        "time": "Wed Jul 27 23:19:58 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:20:00 2016 +0000"
      },
      "message": "Merge \"docs: Moving L10N versions of Scoped Dir Access docs\" into nyc-dev"
    },
    {
      "commit": "ee7fa57ea6f7fd9fb7ac197bc2f134fb6298e950",
      "tree": "3266b95d4ceb88b4392f7e2fd0384835d4b1b26a",
      "parents": [
        "3744b05b0e5ee0837cab44d1e2c9ac98c4a9f5ad",
        "a93eeaa38b5b95ff14f77e1bf077c04dd5e56876"
      ],
      "author": {
        "name": "Dan Yu",
        "email": "dsyu@google.com",
        "time": "Wed Jul 27 23:18:51 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:18:52 2016 +0000"
      },
      "message": "Merge \"docs: Moving L10N versions of TV recording API docs\" into nyc-dev"
    },
    {
      "commit": "3744b05b0e5ee0837cab44d1e2c9ac98c4a9f5ad",
      "tree": "429bef7cd5b4d96f2a7035dea559c23a11cde41f",
      "parents": [
        "1f335038610bf2a09992df7d0113ed58146b2e76",
        "9bd8e969da210dc04a320577267ed1b90447b3a3"
      ],
      "author": {
        "name": "Dan Yu",
        "email": "dsyu@google.com",
        "time": "Wed Jul 27 23:18:08 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:18:10 2016 +0000"
      },
      "message": "Merge \"docs: Moving L10N versions of Direct Boot docs\" into nyc-dev"
    },
    {
      "commit": "1f335038610bf2a09992df7d0113ed58146b2e76",
      "tree": "ba35860a4496087de6aaf6cf58ee98325f114aa7",
      "parents": [
        "76f3cc7fc0fb79cb1ed58bc925c15035e7c4ae60",
        "089055f18c425cb5162b1f62f5fbb56d8e506674"
      ],
      "author": {
        "name": "Dan Yu",
        "email": "dsyu@google.com",
        "time": "Wed Jul 27 23:16:44 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:16:45 2016 +0000"
      },
      "message": "Merge \"docs: Moving L10N versions of PIP docs\" into nyc-dev"
    },
    {
      "commit": "6a1dcb635f6a4d3eaa39259313af80e54963e004",
      "tree": "fadc8f1d8b0ef2ecfbe149d51a27fc74436e6e5d",
      "parents": [
        "b034410564ff211f2ec1ed09a9f924c6a22fe1dd",
        "805ea307e726e31a179a3ac9856b0588450bcc63"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Jul 27 23:08:21 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:08:22 2016 +0000"
      },
      "message": "Merge \"Allow restarting foreground services once\" into nyc-mr1-dev"
    },
    {
      "commit": "76f3cc7fc0fb79cb1ed58bc925c15035e7c4ae60",
      "tree": "481a83d5a51cb46bc3b47344ded1ebab376eb158",
      "parents": [
        "dda5e4b1abc635d0a79619e4caa03e8af3543a09",
        "82a38458e65df84a757b6c57036cde5299be0061"
      ],
      "author": {
        "name": "Andrew Solovay",
        "email": "asolovay@google.com",
        "time": "Wed Jul 27 23:06:50 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 27 23:06:51 2016 +0000"
      },
      "message": "Merge \"docs: Moving internationalized versions of multi-window doc\" into nyc-dev"
    }
  ],
  "next": "b034410564ff211f2ec1ed09a9f924c6a22fe1dd"
}
