)]}'
{
  "log": [
    {
      "commit": "1d69547fb9517f871bb233a3033428ac5bf6e9f3",
      "tree": "3a2e8c3832e5ad9401a32389d3465a58467a2566",
      "parents": [
        "f7eaef52a3a6a2f7f17ba8d95cb3327fe39b58cb"
      ],
      "author": {
        "name": "Doug Felt",
        "email": "dougfelt@google.com",
        "time": "Wed Apr 13 19:10:35 2016 -0700"
      },
      "committer": {
        "name": "Raph Levien",
        "email": "raph@google.com",
        "time": "Thu Apr 14 03:26:18 2016 +0000"
      },
      "message": "Update fonts.xml file for new noto fonts.\n\n- Tibetan Bold, Symbols-Regular-Subsetted2.\n\nBug: 27531263\nBug: 26862061\nChange-Id: I356bdf438748f29a6fbb5e199902fa574dd08da8\n"
    },
    {
      "commit": "65136ac6a4f6fb2423a0768b451782dcd0e960d5",
      "tree": "0eca8312ab739b36ea8164eb5d4b84b19fb27976",
      "parents": [
        "7239d957e9cd30c28c6d06fff0320258f0ae3a4f",
        "e5313a842a5e41cde624386448d1e77cb0fbfae7"
      ],
      "author": {
        "name": "Svetoslav Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Tue Apr 12 22:11:18 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Apr 12 22:11:19 2016 +0000"
      },
      "message": "Merge \"Keep read/write external storage as built-in permissions\" into nyc-dev"
    },
    {
      "commit": "e5313a842a5e41cde624386448d1e77cb0fbfae7",
      "tree": "00150089a026b4f81faecd83f353a569f4961c61",
      "parents": [
        "1bb269d8fe9adbf41312e2203e08da34634ae863"
      ],
      "author": {
        "name": "Svet Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Mon Apr 11 09:59:56 2016 -0700"
      },
      "committer": {
        "name": "Svet Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Mon Apr 11 10:03:18 2016 -0700"
      },
      "message": "Keep read/write external storage as built-in permissions\n\nThese are permissions that were mapped to gids but we need\nto keep them listed event though they are no longer mapped\nto gis until an upgrade from L to the current version is to\nbe supported. These permissions are built-in and in L were\nnot stored in packages.xml as a result if they are not defined\nin the platform.xml while parsing packages.xml we would\nignore these permissions being granted to apps and not\npropagate the granted state.\n\nFrom N we are storing the built-in permissions in packages.xml\nas the saved storage is negligible (one tag with the permission)\ncompared to the fragility as one can remove a built-in permission\nwhich no longer needs to be mapped to gids and break grant\npropagation.\n\nbug:27185272\n\nChange-Id: I65e05c4f7edd9a934888b4d0974100aa4e9a9453\n"
    },
    {
      "commit": "8ed9ece93dca5c7266ca7d9c5fabe7c9a6b214e7",
      "tree": "b6e466623d03f92a24b25353bd42de152abec529",
      "parents": [
        "edd11f50c684a7f4c27b97ff381910a23a999fa3"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Sat Apr 09 16:12:01 2016 -0600"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Sat Apr 09 16:12:01 2016 -0600"
      },
      "message": "Revert \"Keep read/write external storage as built-in permissions\"\n\nThis reverts commit 4086750e30d04715d5be3ca6eaa75a4a1fa41d56.\n"
    },
    {
      "commit": "30f37594e02e09903c56e1325cec85081f2aadb8",
      "tree": "41f8eb4166022287728e5ea03666fcfb951fd211",
      "parents": [
        "6f3934ea1ce9845be4a19f6e451d222f591c5fa2",
        "4086750e30d04715d5be3ca6eaa75a4a1fa41d56"
      ],
      "author": {
        "name": "Svetoslav Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Sat Apr 09 20:16:11 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sat Apr 09 20:16:13 2016 +0000"
      },
      "message": "Merge \"Keep read/write external storage as built-in permissions\" into nyc-dev"
    },
    {
      "commit": "4086750e30d04715d5be3ca6eaa75a4a1fa41d56",
      "tree": "981bc031ef4581fd7d1bb97938884404ee34bd24",
      "parents": [
        "1bb269d8fe9adbf41312e2203e08da34634ae863"
      ],
      "author": {
        "name": "Svet Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Sat Apr 09 12:58:46 2016 -0700"
      },
      "committer": {
        "name": "Svet Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Sat Apr 09 13:05:26 2016 -0700"
      },
      "message": "Keep read/write external storage as built-in permissions\n\nThese are permissions that were mapped to gids but we need\nto keep them listed event though they are no longer mapped\nto gis until an upgrade from L to the current version is to\nbe supported. These permissions are built-in and in L were\nnot stored in packages.xml as a result if they are not defined\nin the platform.xml while parsing packages.xml we would\nignore these permissions being granted to apps and not\npropagate the granted state. From N we are storing the built-in\npermissions in packages.xml as the saved storage is negligible\n(one tag with the permission) compared to the fragility as one\ncan remove a built-in permission which no longer needs to be\nmapped to gids and break grant propagation.\n\nbug:27185272\n\nChange-Id: I440f6ceb7bc4710dece1a2fadabc995b18fc2a83\n"
    },
    {
      "commit": "d5b46b19c6b5fe8eb340ab6b6836101fcf934584",
      "tree": "dbe1eb7c4b8cb2a42409acf3358001d897a0ccf6",
      "parents": [
        "a27cf024e5a9fac9c254a533386bcb073817ecb2"
      ],
      "author": {
        "name": "Ying Wang",
        "email": "wangying@google.com",
        "time": "Tue Apr 05 10:26:14 2016 -0700"
      },
      "committer": {
        "name": "Ying Wang",
        "email": "wangying@google.com",
        "time": "Tue Apr 05 10:26:14 2016 -0700"
      },
      "message": "Fix dependency for fontchain_lint\n\nfontchain_lint scans directories in $(TARGET_OUT). There is no better\ntarget working as dependency than the system.img.\n\nChange-Id: I560b89f697e5ebd4f1e44a150f5af37996cf427e\n"
    },
    {
      "commit": "27ec3ace18e329eb9654f297dedf667f94baaf81",
      "tree": "4ff33d2ba3195aa9389b50d03e0809f1af09565b",
      "parents": [
        "bb8c30901dc0d17c4da6ef0d68c4ad2808fd0ded"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Mar 31 13:05:32 2016 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Mar 31 13:23:15 2016 -0700"
      },
      "message": "Re-enable emoji font tests\n\nThis re-enables the emoji font tests, but doesn\u0027t run the tests if\nSMALLER_FONT_FOOTPRINT is set.\n\nAdditionally, we test that there\u0027s one and only one emoji font in the\nfallback chain.\n\nBug: 26187231\nBug: 27785690\nChange-Id: I2e6d467e3f54ee3d41737170d7c2492a0f6b30f0\n"
    },
    {
      "commit": "fa1facc0fd3d04fbc442e23dd8e09f343c8932fc",
      "tree": "af15389879268a1a4436547b408afcf4b39d4300",
      "parents": [
        "f1f8bfb76448496ce5056f101d1d40a35167a964"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Mar 16 13:53:47 2016 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Mar 16 13:57:22 2016 -0700"
      },
      "message": "Add emoji-related tests for the font chain\n\n1. Check that all emoji characters are supported in emoji fonts.\n\n2. Check that no default-emoji characters are included in any font\nthat can get a higher score then the color emoji font, either by\nbeing before it or by having a language/script assigned.\n\nBug: 26187231\n\nChange-Id: Ic76bf59f1c6f9d2d290b1b64128d725ae08dcb5c\n"
    },
    {
      "commit": "0e969e2c0ba9ad863c7fcfc3973a16b1b599e50a",
      "tree": "9797be10b0a1ba96a3f87aef8426bea2582d6e59",
      "parents": [
        "9bd17ce738ac7b99728c3aa672b5b9ce2b7a8863"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Mar 09 23:08:45 2016 -0800"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Mar 10 18:07:15 2016 -0800"
      },
      "message": "Add test script for sanity of font fallback chain\n\nVarious tests have been added:\n\n1. Availability of hyphens: Make sure that every font used for\nrendering a language that is automatically hyphenated includes either\nof Unicode hyphen characters U+2010 HYPHEN or U+002D HYPHEN-MINUS.\n\n2. Range of values: Make sure that styles, weights, and styles belong\nto certain limited sets.\n\nBug: 26187231\nBug: 21570828\nBug: 21815394\nChange-Id: Ia63d63cc8da4f2d6bc81fe5619ccac6cfcd9a54e\n"
    },
    {
      "commit": "9bd17ce738ac7b99728c3aa672b5b9ce2b7a8863",
      "tree": "14dc1dc1065f16b574a1057b90ca8ee976df7f7e",
      "parents": [
        "ba5c35b79731e91edc4d452d5e6b49a8b5434a55"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Mar 09 21:36:28 2016 -0800"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Mar 09 21:46:15 2016 -0800"
      },
      "message": "Annotate fonts.xml with intended scripts\n\nAdd various ISO 15924 codes to fonts.xml, as a signal for better\nfont selection in Minikin.\n\nBug: 27582800\nBug: 26187231\nChange-Id: Ie06c156e0179e79c15cf2d66d577c3d36571860d\n"
    },
    {
      "commit": "b57679e2e7fb6f133f6fe373d8036b74866476d8",
      "tree": "54bf2589a86867194badc6cb5c8b26fc9c82eaa4",
      "parents": [
        "b67985f337e1592f621e1b85f525098887804ccd"
      ],
      "author": {
        "name": "Jim Kaye",
        "email": "jameskaye@google.com",
        "time": "Thu Feb 11 08:27:51 2016 -0800"
      },
      "committer": {
        "name": "Jim Kaye",
        "email": "jameskaye@google.com",
        "time": "Wed Mar 02 18:56:10 2016 +0000"
      },
      "message": "Support keyboard entry of non-ASCII characters\n\nAdd characters to the keyboard mapping to allow them\nto be entered into the AVD from the developer\u0027s PC\nkeyboard.\n\nThis mapping supports the non-ASCII keys that appear\non the \"US International\" keyboard. Most of the Latin-1\ncharacters (but not all) appear on this keyboard.\n\nThis change does not remove support for any keys.\n\nb.android.com/200042\n\nChange-Id: I65d54eb36183382b171c388b26848941eb0ff8d9\n(cherry picked from commit dac57966a9ddc2e3dbd233c8b1e7b83f60e11373)\n"
    },
    {
      "commit": "b48f309e912084cf16f8ccf66ea6104c41bd647a",
      "tree": "4eb70074fca1ec2d0f0ccd0f9d9077bf4f095153",
      "parents": [
        "cb71c477a2d06629ea5239ed5da968bb9681970d",
        "3c8bec10a66bbf12a6cc0e5ed1092628d771bb5b"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Fri Feb 05 18:35:13 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Feb 05 18:35:14 2016 +0000"
      },
      "message": "Merge \"Restore DroidSansFallback to fonts.xml\""
    },
    {
      "commit": "3c8bec10a66bbf12a6cc0e5ed1092628d771bb5b",
      "tree": "c1e8ca09503cfaef4b146114f6f621c413df79a2",
      "parents": [
        "c8ca8ceba067e5f439560275fd9529646f2b569a"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Feb 04 14:22:20 2016 -0800"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Feb 04 14:22:20 2016 -0800"
      },
      "message": "Restore DroidSansFallback to fonts.xml\n\nThe font was mistakenly removed in\nIb69e73a6682d7eedd7b824f1dadc79cbccf07605, while it is still built\nfor SMALLER_FONT_FOOTPRINT devices.\n\nChange-Id: Icb62ef6ef7445255191c70110a2b5eb4105628ce\n"
    },
    {
      "commit": "b013cfec0b902d4a2836a1a95f76a3e29d1c6630",
      "tree": "adc1703979877d40f278381e06997913ff13b563",
      "parents": [
        "0975a8dda609d9291ececf65d008174e4d734e09",
        "cee5f2023b4e33c8f499e94a3d3cdb5e99d3a325"
      ],
      "author": {
        "name": "Ben Wagner",
        "email": "bungeman@google.com",
        "time": "Thu Feb 04 21:56:09 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 21:56:09 2016 +0000"
      },
      "message": "Merge \"Remove unused fonts.\""
    },
    {
      "commit": "cee5f2023b4e33c8f499e94a3d3cdb5e99d3a325",
      "tree": "40928c81c28e223f09a19998f79f6b771ac34a2c",
      "parents": [
        "7a96413b0ab870352e7d603c75d3b170d794df46"
      ],
      "author": {
        "name": "Ben Wagner",
        "email": "bungeman@google.com",
        "time": "Thu Feb 04 14:56:09 2016 -0500"
      },
      "committer": {
        "name": "Ben Wagner",
        "email": "bungeman@google.com",
        "time": "Thu Feb 04 15:02:00 2016 -0500"
      },
      "message": "Remove unused fonts.\n\nThe fonts being removed are no longer referenced.\n\nChange-Id: I3029bdc817a39f5000a1c3d067afc1d40e859b93\n"
    },
    {
      "commit": "bd098d4ed3240b5beb5c0d1c1c8d87d2aa708dd7",
      "tree": "e473dca3fc1f95e792438e425273ac4f452fa0c0",
      "parents": [
        "45fbe46da642ebc0685ecdee73b09a963d5fe54d",
        "75cade0a5fd5ec432870de9977f81091ab389423"
      ],
      "author": {
        "name": "Chien-Yu Chen",
        "email": "cychen@google.com",
        "time": "Thu Jan 28 02:04:37 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jan 28 02:04:37 2016 +0000"
      },
      "message": "Merge changes from topic \u0027camera-hardening\u0027\n\n* changes:\n  Add cameraserver process\n  Camera: update connect call\n"
    },
    {
      "commit": "8466f3c8791f80e0e14b9e9585b3ca961bbb6b64",
      "tree": "cc6dd873c4173b56e5b0df9280834bab2d3d287d",
      "parents": [
        "2ab08ed2ccbabf6356d757a9199bb9908f1ed6eb"
      ],
      "author": {
        "name": "Ben Wagner",
        "email": "bungeman@google.com",
        "time": "Thu Jan 21 11:45:13 2016 -0500"
      },
      "committer": {
        "name": "Ben Wagner",
        "email": "bungeman@google.com",
        "time": "Thu Jan 21 11:54:06 2016 -0500"
      },
      "message": "Remove NanumGothic and DroidSansFallback from fonts.xml.\n\nThese two fonts are no longer installed on a device.\nThis leaves the fonts themselves in place for the sdk build.\n\nChange-Id: Ib69e73a6682d7eedd7b824f1dadc79cbccf07605\n"
    },
    {
      "commit": "75cade0a5fd5ec432870de9977f81091ab389423",
      "tree": "e2d6d89bbac2e913e3e895863084fac6510f1ee6",
      "parents": [
        "225257abec534ac25275c4101ae1633f062b04b5"
      ],
      "author": {
        "name": "Chien-Yu Chen",
        "email": "cychen@google.com",
        "time": "Mon Jan 11 10:56:21 2016 -0800"
      },
      "committer": {
        "name": "Chien-Yu Chen",
        "email": "cychen@google.com",
        "time": "Mon Jan 11 10:56:21 2016 -0800"
      },
      "message": "Add cameraserver process\n\nAdd UID and permissions for cameraserver process.\n\nBug: 24511454\nChange-Id: Iccbda4b42e5584a1f56f9afe5e15a16f40dd2922\n"
    },
    {
      "commit": "37bcaf3b6e850cf51a09c3acd4bfd5d8caef2d04",
      "tree": "f184760d39ca4070d94a1f9a87b31ef37b8ced48",
      "parents": [
        "f8b32661240a0fd8afd994706b4251e4491daaf5",
        "dcf2ea2fbe7881a2b046e6b31414809c938b8846"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue Jan 05 21:54:29 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 05 21:54:29 2016 +0000"
      },
      "message": "Merge \"Replace Qaae script with Zsye\""
    },
    {
      "commit": "dcf2ea2fbe7881a2b046e6b31414809c938b8846",
      "tree": "20d417b4aca9822cd8c020bc731c65b5f4c745eb",
      "parents": [
        "e824f8287b012dccc3a0376afc497bc3e4393563"
      ],
      "author": {
        "name": "Seigo Nonaka",
        "email": "nona@google.com",
        "time": "Tue Dec 22 13:23:58 2015 +0900"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue Jan 05 21:53:53 2016 +0000"
      },
      "message": "Replace Qaae script with Zsye\n\nThe emoji variant script \"Zsye\" is registered in ISO 15924.\n\nBug: 26226285\nChange-Id: Ie561d8192c4ec8f242706339ca67b44133867e50\n"
    },
    {
      "commit": "701662547341269d610ac5f093e449a4c7078e43",
      "tree": "f316587362eec8ceca0ed78fc95e3ef8b654c24d",
      "parents": [
        "6eb1a3e8c68fdbb9522679dabdc75168eb2c6e55"
      ],
      "author": {
        "name": "Pavlin Radoslavov",
        "email": "pavlin@google.com",
        "time": "Mon Nov 23 17:13:25 2015 -0800"
      },
      "committer": {
        "name": "Pavlin Radoslavov",
        "email": "pavlin@google.com",
        "time": "Mon Dec 28 19:32:48 2015 +0000"
      },
      "message": "Use GID \"wakelock\" to control access to kernel wakelock\n\n * Added GID \"wakelock\" (3010) to the list of groups the System Server\n   belongs to.\n\n * Added GID \"wakelock\" to the list of assigned groups for the\n   \"android.permission.BLUETOOTH_STACK\" Android permission.\n\n * Grant CAP_BLOCK_SUSPEND to processes that belong to GID \"wakelock\"\n\nBug: 25864142\nChange-Id: I8a9a5f11e4a9ecd1abf2d4f4b90ec89b3101332e\n"
    },
    {
      "commit": "8349b7a063824dcbf3291d308aafd1dfbae3c76c",
      "tree": "82887b37bbdb10291bf12f4c86ad2486dc0d5f07",
      "parents": [
        "9161c75874027724fede7de895acb9d49e4da8c5"
      ],
      "author": {
        "name": "Ben Wagner",
        "email": "bungeman@google.com",
        "time": "Sat Dec 12 00:10:10 2015 -0500"
      },
      "committer": {
        "name": "Ben Wagner",
        "email": "bungeman@google.com",
        "time": "Sat Dec 12 05:57:14 2015 +0000"
      },
      "message": "Use \u0027index\u0027 instead of \u0027ttcIndex\u0027 for attribute name.\n\nThere are two reasons for this. First, the name \u0027ttcIndex\u0027 is over\nspecific, there are many indexed font containers in addition to ttc,\nsuch as fon, pfr, bdf, and dfont. There may be others in the future.\nSecond, Skia implemented this attribute with the name \u0027index\u0027 quite\nsome time ago. By naming this attribute \u0027index\u0027 even existing apps will\nbe able to use this attribute (including Chrome).\n\nBUG: 10861108\nChange-Id: I68d2b69fad304d93313f96bf3365af71906dfe69\n"
    },
    {
      "commit": "671e581eb0929c2b5b0807b2c688ad35065cbbd4",
      "tree": "5ecdbc4439b43027e3d4313548de747e647adc41",
      "parents": [
        "2fa2791583fe7852b96e60d1883a1fd7c80baf57",
        "c73b2257adc14161a6a94bc98c0da5ce1f9a6b45"
      ],
      "author": {
        "name": "Seigo Nonaka",
        "email": "nona@google.com",
        "time": "Fri Dec 11 20:41:33 2015 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Dec 11 20:41:33 2015 +0000"
      },
      "message": "Merge \"Use NotoSansCJK-Regular.ttc instead of separated font files.\""
    },
    {
      "commit": "1aba5230c531152aaffffc68bbb9e6c6fb3a5a2d",
      "tree": "b95c9c5b8aaa07968bb539fc00e81c0fafd8653e",
      "parents": [
        "55d651f7414a50ab26e3e9cc68822d75ef96c4a1",
        "ed0ea40a41aae8e65bc189efe6b631ca78259383"
      ],
      "author": {
        "name": "Andy Hung",
        "email": "hunga@google.com",
        "time": "Fri Dec 11 20:08:49 2015 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Dec 11 20:08:49 2015 +0000"
      },
      "message": "Merge \"Add Android permissions for audioserver\""
    },
    {
      "commit": "c73b2257adc14161a6a94bc98c0da5ce1f9a6b45",
      "tree": "ede9a1732db4a71bc48c312c6bfc19370cdd14c3",
      "parents": [
        "ee15241aaf9e3c38d2d0966f4b59b43284622d32"
      ],
      "author": {
        "name": "Seigo Nonaka",
        "email": "nona@google.com",
        "time": "Thu Dec 10 17:43:01 2015 -0800"
      },
      "committer": {
        "name": "Seigo Nonaka",
        "email": "nona@google.com",
        "time": "Fri Dec 11 09:50:03 2015 -0800"
      },
      "message": "Use NotoSansCJK-Regular.ttc instead of separated font files.\n\nBUG: 10861108\nBUG: 21079737\nBUG: 26113320\nChange-Id: I61426fb435c59f7614d14b1135e2f2ffaaa84c73\n"
    },
    {
      "commit": "ed0ea40a41aae8e65bc189efe6b631ca78259383",
      "tree": "611137e9d044c6b17c1b516c306b3748737b6421",
      "parents": [
        "89eac2c60f2ada03acee2895420f965842d264cb"
      ],
      "author": {
        "name": "Andy Hung",
        "email": "hunga@google.com",
        "time": "Fri Oct 30 14:11:46 2015 -0700"
      },
      "committer": {
        "name": "Andy Hung",
        "email": "hunga@google.com",
        "time": "Tue Dec 08 15:35:00 2015 -0800"
      },
      "message": "Add Android permissions for audioserver\n\naudioserver has the same permissions as mediaserver.\n\nTBD: Pare down permissions.\n\nBug: 24511453\nChange-Id: Id7abddd79a730ad95b554a94207df3aa4b676f2a\n"
    },
    {
      "commit": "d588e8b64aa0bf461a64442ae1c17f8304d4a6e0",
      "tree": "bc601f5e48e999bd96d94a181b2f0ea03601a437",
      "parents": [
        "d35c13df6e9befe6e63a10f7ef83183e7682affa",
        "460d119e369916f242e5afdecf70a393939eea4c"
      ],
      "author": {
        "name": "Seigo Nonaka",
        "email": "nona@google.com",
        "time": "Tue Dec 08 21:29:40 2015 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Dec 08 21:29:40 2015 +0000"
      },
      "message": "Merge \"Add Emoji \"lang\" attribute for NotoColorEmoji.ttf\""
    },
    {
      "commit": "460d119e369916f242e5afdecf70a393939eea4c",
      "tree": "c681aa4aa0ac309e38228f0767bb7fce3dd2ad5b",
      "parents": [
        "ec7416713c99e17cbfbb8fa23c9d5ddbfa897677"
      ],
      "author": {
        "name": "Seigo Nonaka",
        "email": "nona@google.com",
        "time": "Wed Dec 02 14:32:52 2015 -0800"
      },
      "committer": {
        "name": "Seigo Nonaka",
        "email": "nona@google.com",
        "time": "Thu Dec 03 09:20:03 2015 -0800"
      },
      "message": "Add Emoji \"lang\" attribute for NotoColorEmoji.ttf\n\nThis is needed by Minikin to choose the best font when text and emoji\nvariation selectors are used.\n\nBUG\u003d11256006\n\nChange-Id: I5774fdf0190dcc42ec827ef5dcec8cdbd28ee925\n"
    },
    {
      "commit": "8e4f4b3d9409c5a5329aaa4caf0102167d5e610d",
      "tree": "7e5c73a9a9d0fa2b374e7a798a18045423143d45",
      "parents": [
        "ac7579a6e5cb8302f38ebe2fc8fbcb6812621402"
      ],
      "author": {
        "name": "Chong Zhang",
        "email": "chz@google.com",
        "time": "Wed Dec 02 12:18:52 2015 -0800"
      },
      "committer": {
        "name": "Chong Zhang",
        "email": "chz@google.com",
        "time": "Wed Dec 02 12:20:30 2015 -0800"
      },
      "message": "Add permission to prevent third-parth apps from querying OOM scores\n\nbug: 25853091\nChange-Id: Ic1cdbf155e1e930405773fd078dfc57fda2d9afa\n"
    },
    {
      "commit": "2829e99660df05aceef421fdea2860b727638e4b",
      "tree": "30302d598ef7273f18f64e1e296a7fbabc61e281",
      "parents": [
        "ebb3a763962bec8fdcd1c7c63ae910f865fd5972",
        "912eb8341b86aca6d6bda0842503d9ad275cdcd5"
      ],
      "author": {
        "name": "Chien-Yu Chen",
        "email": "cychen@google.com",
        "time": "Mon Nov 30 21:47:54 2015 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Nov 30 21:47:54 2015 +0000"
      },
      "message": "Merge \"Add and copy video stop sound\""
    },
    {
      "commit": "9c990c15ee74ef7aaa742701156df3055d68859a",
      "tree": "0e51f5530f0e3f2c1688016e1563ec28214945a3",
      "parents": [
        "c0c73271b0034ba20b1b73cb633c99a86c504a01"
      ],
      "author": {
        "name": "Xiaohui Chen",
        "email": "xiaohuic@google.com",
        "time": "Mon Nov 23 12:03:08 2015 -0800"
      },
      "committer": {
        "name": "Xiaohui Chen",
        "email": "xiaohuic@google.com",
        "time": "Mon Nov 23 12:03:08 2015 -0800"
      },
      "message": "Add com.android.settings to white list\n\nBug: 24256521\nChange-Id: If315b082960190b3ebea387484f5a00e707ef558\n"
    },
    {
      "commit": "912eb8341b86aca6d6bda0842503d9ad275cdcd5",
      "tree": "88f12ebabaaa125a352adc02f2cc314633fc6ba7",
      "parents": [
        "3d4e969f4ff691a834fcf8000d06263686102ced"
      ],
      "author": {
        "name": "Chien-Yu Chen",
        "email": "cychen@google.com",
        "time": "Fri Nov 13 17:29:45 2015 -0800"
      },
      "committer": {
        "name": "Chien-Yu Chen",
        "email": "cychen@google.com",
        "time": "Fri Nov 20 14:01:47 2015 -0800"
      },
      "message": "Add and copy video stop sound\n\nThe newly added video stop sounds are the same as video start\nsounds.\n\nBug: 25652382\nChange-Id: I1edbacd7e7b8edc5ad509b979000b4f81d81931d\n"
    },
    {
      "commit": "5b77f70d8bcd18d8023f2cfad5894e86af068346",
      "tree": "365dffe308baabf6f7c677f6338b4bbcc25d4e8a",
      "parents": [
        "6e09942a7d06adc564e6ca4a0e7328b46b4af28c"
      ],
      "author": {
        "name": "Jim Kaye",
        "email": "jameskaye@google.com",
        "time": "Wed Nov 18 14:49:24 2015 -0800"
      },
      "committer": {
        "name": "Jim Kaye",
        "email": "jameskaye@google.com",
        "time": "Fri Nov 20 09:59:25 2015 -0800"
      },
      "message": "Extend the \u0027qwerty\u0027 key layout\n\nAdd the App Switch (Recents) key.\nAdd media control keys.\n\nThese are needed to support Emulator UI\nbuttons for these functions.\n\nChange-Id: I5d5d25a77625bfd831cf7b31c126fd342efc6c5b\n"
    },
    {
      "commit": "f6d7c679627b1e78d7c7cd6ddf7d1d62336ef5fc",
      "tree": "6f0a7446d0f1fbdd06ea9f1e52936f6d188c4608",
      "parents": [
        "ea84cff8fd9f5efbe42bf0f07b2adfeeb4352fb6"
      ],
      "author": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Thu Oct 22 15:54:02 2015 +0100"
      },
      "committer": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Thu Oct 22 15:54:02 2015 +0100"
      },
      "message": "Add kernel keycode mapping for new cut / copy / paste keys\n\nBug: 25120948\nChange-Id: I33a93fa6c067d15a9739ca33703e0e48e8cf6eff\n"
    },
    {
      "commit": "04fc7b75108ee63985a5a9f6bfc701584f1e013c",
      "tree": "d2f2dd4d455e94289809722e6d275ed71fe83e72",
      "parents": [
        "c51179e9abac07c4127666c139d4dadd8f25af33"
      ],
      "author": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Tue Oct 13 14:10:28 2015 +0100"
      },
      "committer": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Tue Oct 13 14:13:33 2015 +0100"
      },
      "message": "Fix broken KL file.\n\nButtons should be L1 and R1 instead of L and R.\n\nChange-Id: I1e345f7e28ad6b47248656a7f79d5507c62aa007\n"
    },
    {
      "commit": "c51179e9abac07c4127666c139d4dadd8f25af33",
      "tree": "51754e41e79bfad51692117038a66a98d0435114",
      "parents": [
        "68b074be554a789c71548ffeaf4cbf1df122c358"
      ],
      "author": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Thu Jul 30 17:03:10 2015 +0100"
      },
      "committer": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Tue Oct 13 12:34:05 2015 +0000"
      },
      "message": "Update NES controller key layout\n\nTurns out they produce an SNES controller with the same VID/PID as\ntheir NES controller. Just remap both at once.\n\nChange-Id: Iba94fdd69fd846f99ca1b3205de9069989635c73\n"
    },
    {
      "commit": "ae7538518d2775e93aacd5e3a8ca7298dd9ab7dd",
      "tree": "fae5ddc924263a20f1dfad1983b43fbac2684f73",
      "parents": [
        "b9b2bc8b1bac8ad1c6292abdb935689049edee45",
        "f975a26bfe5ac83cc10cae766f2bd1fbc3c50b83"
      ],
      "author": {
        "name": "Puneet Kumar",
        "email": "puneetster@google.com",
        "time": "Thu Oct 08 09:26:20 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Oct 08 09:26:20 2015 +0000"
      },
      "message": "am f975a26b: am d621ee11: am edc3585f: am 0a1f0e56: Merge \"Add ESC mapping for Pixel C keyboard\" into mnc-dr-dev\n\n* commit \u0027f975a26bfe5ac83cc10cae766f2bd1fbc3c50b83\u0027:\n  Add ESC mapping for Pixel C keyboard\n"
    },
    {
      "commit": "b9b2bc8b1bac8ad1c6292abdb935689049edee45",
      "tree": "a07bbaf13417922cc7e4dbe45c641bde78a1afe3",
      "parents": [
        "83995063178674f1cd18f32d1e7c37046680d8bd",
        "2a370c4932ef27f1382f35b8d0be285027e4c563"
      ],
      "author": {
        "name": "Puneet Kumar",
        "email": "puneetster@google.com",
        "time": "Thu Oct 08 09:26:10 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Oct 08 09:26:10 2015 +0000"
      },
      "message": "am 2a370c49: am 0068ea5b: am 8810285f: am 06d1254c: Merge \"Add layout and keymap for Pixel C Bluetooth keyboard\" into mnc-dr-dev\n\n* commit \u00272a370c4932ef27f1382f35b8d0be285027e4c563\u0027:\n  Add layout and keymap for Pixel C Bluetooth keyboard\n"
    },
    {
      "commit": "f975a26bfe5ac83cc10cae766f2bd1fbc3c50b83",
      "tree": "7bb29e90d18d4720d51c6228f497e4deac5b7451",
      "parents": [
        "2a370c4932ef27f1382f35b8d0be285027e4c563",
        "d621ee11fa76d7dd803a802bf000baa591c84fbe"
      ],
      "author": {
        "name": "Puneet Kumar",
        "email": "puneetster@google.com",
        "time": "Thu Oct 08 09:20:01 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Oct 08 09:20:01 2015 +0000"
      },
      "message": "am d621ee11: am edc3585f: am 0a1f0e56: Merge \"Add ESC mapping for Pixel C keyboard\" into mnc-dr-dev\n\n* commit \u0027d621ee11fa76d7dd803a802bf000baa591c84fbe\u0027:\n  Add ESC mapping for Pixel C keyboard\n"
    },
    {
      "commit": "2a370c4932ef27f1382f35b8d0be285027e4c563",
      "tree": "61e75c4d17f9a08625d98d8561ba30433fbe2442",
      "parents": [
        "b2387e650b3ddd0c2045de66307c4362326363f1",
        "0068ea5bf7c9988174b0991eb87bb09f5838c39c"
      ],
      "author": {
        "name": "Puneet Kumar",
        "email": "puneetster@google.com",
        "time": "Thu Oct 08 09:19:55 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Oct 08 09:19:55 2015 +0000"
      },
      "message": "am 0068ea5b: am 8810285f: am 06d1254c: Merge \"Add layout and keymap for Pixel C Bluetooth keyboard\" into mnc-dr-dev\n\n* commit \u00270068ea5bf7c9988174b0991eb87bb09f5838c39c\u0027:\n  Add layout and keymap for Pixel C Bluetooth keyboard\n"
    },
    {
      "commit": "a43a96be9e66ed5d0b8d70080a1c4fdd137a2acc",
      "tree": "be3e86eb4cf2f2c2f727df7bf67e85cfc7b15b40",
      "parents": [
        "4608f10849fbd1e423487d7b82d38a0834bca5b1"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@google.com",
        "time": "Tue Sep 22 18:07:20 2015 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@google.com",
        "time": "Tue Sep 29 13:31:18 2015 -0700"
      },
      "message": "Add ESC mapping for Pixel C keyboard\n\nNow that we have \"replace\" key event support in the framework we can map\nESC as AltR+1.\n\nBug: 24504154\n\nChange-Id: Ief8a50098fc5484171011f268ffc22a309cbba62\n"
    },
    {
      "commit": "4608f10849fbd1e423487d7b82d38a0834bca5b1",
      "tree": "eb9cd473417735770b9aba3eb927a75cbdeeaeb4",
      "parents": [
        "e1de9f674575df3b17e475c4f32dd93d33e596e3"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@google.com",
        "time": "Tue Sep 22 15:51:22 2015 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@google.com",
        "time": "Tue Sep 29 13:30:59 2015 -0700"
      },
      "message": "Add layout and keymap for Pixel C Bluetooth keyboard\n\nThis adds special layout and character map for Pixel C keyboard (Dragon\nbase) that lacks several keys, such as ESC, bracket keys, tilda and\nbackslash, which are mapped various Alt-R combinations.\n\nCurrently we map:\n\n [Shift]+AltR+2 -\u003e ~ and `\n [Shift]+AltR+O -\u003e { and [\n [Shift]+AltR+P -\u003e } and ]\n [Shift]+AltR+\u003d -\u003e | and \\\n\nESC mapping requires additional changes.\n\nBug: 24504154\n\nChange-Id: I24fc68efe7e2ddebee26a273838443b441491857\n"
    },
    {
      "commit": "7db5af124e551554f7a2f1abdd2a486c937910fe",
      "tree": "7952782054b5a03cc9371d10584a68c774290f7c",
      "parents": [
        "e4f04a1a727d003229a30c4f1bedd03fad7e32ad"
      ],
      "author": {
        "name": "Fyodor Kupolov",
        "email": "fkupolov@google.com",
        "time": "Fri Jul 31 16:50:27 2015 -0700"
      },
      "committer": {
        "name": "Fyodor Kupolov",
        "email": "fkupolov@google.com",
        "time": "Wed Aug 26 10:18:10 2015 -0700"
      },
      "message": "Limit the number of apps running as system user\n\nFor the system user, enable apps based on the following conditions:\n- app has no launcher icons or has INTERACT_ACROSS_USER_FULL permission\n- app is whitelisted\n- app is not in the blacklist\n\nBug: 23283899\nChange-Id: I90fa266e8cfb28d002e5f792998fdddb6a1e6969\n"
    },
    {
      "commit": "9eeeea5ea6aa084e9bb4958d78100b77ef542a70",
      "tree": "bc6275652fb949f6e5f08403b21bfb7f6ab48e54",
      "parents": [
        "35eb8d6205994c0cd147840dff45d09a1a2ca705",
        "0f3ac8944a712f087041d088d82eaa53b1a7b47b"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Aug 19 02:21:30 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 19 02:21:30 2015 +0000"
      },
      "message": "am 0f3ac894: am c91b67ad: am 31a536e1: am 57928364: am 53c38c88: Merge \"Revert \"Create a special CONSTRAINED font bucket in frameworks.\"\" into mnc-dev\n\n* commit \u00270f3ac8944a712f087041d088d82eaa53b1a7b47b\u0027:\n  Revert \"Create a special CONSTRAINED font bucket in frameworks.\"\n"
    },
    {
      "commit": "0f3ac8944a712f087041d088d82eaa53b1a7b47b",
      "tree": "8a136cd4208a68f4607549e6f5a8d902ed3f8ff7",
      "parents": [
        "1559f1c5a0a4db23b8338b8c4792dcb351c541f8",
        "c91b67adba14e596dbe86a57a2e907f3e360aa79"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Aug 19 01:42:51 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 19 01:42:51 2015 +0000"
      },
      "message": "am c91b67ad: am 31a536e1: am 57928364: am 53c38c88: Merge \"Revert \"Create a special CONSTRAINED font bucket in frameworks.\"\" into mnc-dev\n\n* commit \u0027c91b67adba14e596dbe86a57a2e907f3e360aa79\u0027:\n  Revert \"Create a special CONSTRAINED font bucket in frameworks.\"\n"
    },
    {
      "commit": "bbf0c88e6cf26d13c0218ea7e0a2aaf7bbb0495d",
      "tree": "463e9c68b2227e3252bb7e93e4161b725ce9ba2c",
      "parents": [
        "9a010d0a4157f97870bc38bd3dd0a8f4fd18a172"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue Aug 18 12:17:13 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue Aug 18 12:17:13 2015 -0700"
      },
      "message": "Revert \"Create a special CONSTRAINED font bucket in frameworks.\"\n\nThis reverts commit 9e21eced5efacd605036be599d96974964deb09b.\n\nBug: 22929087\n"
    },
    {
      "commit": "0f9f0189822c6bee498b23c93512b6be0e9d1358",
      "tree": "a6a00156bb73775e54399a6191ea2ed89439a588",
      "parents": [
        "feaa7c273435c7913e104b9e10d6900ca5f541e4",
        "f9273e185b186984bfcfe7994de60d51cb4eefc4"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Mon Aug 10 18:57:29 2015 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 10 18:57:29 2015 +0000"
      },
      "message": "Merge \"Remove legacy font configuration files.\""
    },
    {
      "commit": "f9273e185b186984bfcfe7994de60d51cb4eefc4",
      "tree": "9cadf46e6ed8ba4f49d4089555bf85ee7cc87913",
      "parents": [
        "d966da5e6f09bba440886bcac596a6387933d540"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Fri Aug 07 18:30:37 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Mon Aug 10 18:54:05 2015 +0000"
      },
      "message": "Remove legacy font configuration files.\n\nThey were no longer in use by frameworks. They were never part of a\npublic API and were kept in the system just in case a legacy app read\nthem. They had also been deprecated for three releases, which should\nhave given everybody enough time to switch.\n\nBug: 21785593\nChange-Id: Ib80bcea92e45b608388455ef576bbfde647f77db\n"
    },
    {
      "commit": "0385e3e908fb9988bb2d2d0d15e32cb6a819b34e",
      "tree": "8bfef69ac453910629878d2a7afa007f900db302",
      "parents": [
        "b244ed03531e77f178bf9a3150b8f46c4711c78b",
        "8e63bbfd00ee27fcdbb04cfc0cf96ccdb2c50cc5"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Aug 07 22:30:17 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Aug 07 22:30:17 2015 +0000"
      },
      "message": "am 8e63bbfd: am efa4dee1: am 977d421a: am f0e5501e: Merge \"Fix issue #22989030: Separate battery whitelists\" into mnc-dev\n\n* commit \u00278e63bbfd00ee27fcdbb04cfc0cf96ccdb2c50cc5\u0027:\n  Fix issue #22989030: Separate battery whitelists\n"
    },
    {
      "commit": "4a503b1ece485d44c15eb02ec2bcd464b46e6f7f",
      "tree": "72a22a0708c74e5f99a8bf2f4cb68f3d6ac15cf7",
      "parents": [
        "1d7c32548c30c62a35c54a624f89d5f9db31b9d4"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Aug 06 22:19:06 2015 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Aug 07 14:23:32 2015 -0700"
      },
      "message": "Fix issue #22989030: Separate battery whitelists\n\nWe now have a new whitelist you can put apps in, which\nopts them out of the old battery saver mode and new app idle,\nbut doesn\u0027t keep them from going in to doze.  This is for a few\nspecial cases that we had previously whitelisted for battery saver,\nand inherited to the new modes...  ultimately we should figure out\nhow to get these apps out of the whitelist completely, but this\nwill help for now.\n\nApps in this new whitelist are not shown in the UI, because they\nare still significantly restricted by not being able to operate\nnormally in doze.  This also means they are still visible in the\nlist of all apps for the user to be able to put them on/off the\ncomplete whitelist if that is what they really want.\n\nIn the course of doing this, I needed to clean up code in the\nnetwork policy manager to better separate management of the\ntwo firewall rules that now have different whitelists applied\nto them.  This also hopefully just generally simplifies and cleans\nup that code.  Hopefully!\n\nChange-Id: I92e15f2f85899571dd8b049b5e3eb1354f55f353\n"
    },
    {
      "commit": "9d1d5b7ac6ec9175dc4daea1b7ea128a26c4d3d8",
      "tree": "8509f5b5ddd5b88000a443f49997da295fa4a33a",
      "parents": [
        "bea36e9aae8b591802bf081ca45d6625605bc773",
        "876b82ed1e0588da3c6770df80adfdac17d4ac5a"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Aug 05 03:42:37 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 05 03:42:37 2015 +0000"
      },
      "message": "am 876b82ed: am 37b18434: am 815a6b6b: am 519adb50: Merge \"Create a special CONSTRAINED font bucket in frameworks.\" into mnc-dev\n\n* commit \u0027876b82ed1e0588da3c6770df80adfdac17d4ac5a\u0027:\n  Create a special CONSTRAINED font bucket in frameworks.\n"
    },
    {
      "commit": "9e21eced5efacd605036be599d96974964deb09b",
      "tree": "2c40e76ee21fdfd17364d647624b625e7569246a",
      "parents": [
        "29b8c4ab8ac4942e46a9ad4ced795bf06b9f8481"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue Aug 04 10:17:08 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue Aug 04 23:36:47 2015 +0000"
      },
      "message": "Create a special CONSTRAINED font bucket in frameworks.\n\nThis is a temporary font profile to get razor and razorg (Nexus 7,\n2013 version). It\u0027s not tested thoroughly, and should not be used for\nany other devices.\n\nThe CONSTRAINED profile removes Bamum, Lisu, Mandaic, Mongolian, New\nTai Lue, Syriac, Tibetan, and Vai fonts from razor[g] devices, and\nswitches the CJK fonts to the limited pre-Lollipop fonts.\n\nBug: 22929087\nChange-Id: I58c1693ee45e54b429013029d236617834446811\n"
    },
    {
      "commit": "67804838150fc85efb1bd27cc68422197976fe3f",
      "tree": "3aa2fd935bf801788fb503febceda540e3938740",
      "parents": [
        "f536a97e7cbb41f927b8c65f3a56b2932a5c0157",
        "ccde254cf91ff17130e2356f0169b6cff63c0827"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Jul 06 19:18:08 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jul 06 19:18:08 2015 +0000"
      },
      "message": "am ccde254c: am 0cae3e9e: am 7dfe0f83: am 7fd3c296: Merge \"Permission to view shared storage for all users.\" into mnc-dev\n\n* commit \u0027ccde254cf91ff17130e2356f0169b6cff63c0827\u0027:\n  Permission to view shared storage for all users.\n"
    },
    {
      "commit": "32e80d7588720bdc9f8a3e961ac4566d7c80b2b9",
      "tree": "f973bf150361de86acd613b0b597a7043e6ee3bc",
      "parents": [
        "1f6c9a12149040f7980a45cc6a6518bbb1d6cc7c"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Jul 06 09:45:55 2015 -0700"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Jul 06 10:54:28 2015 -0700"
      },
      "message": "Permission to view shared storage for all users.\n\nTypical apps are restricted so they can only view shared storage\nbelonging to the user they\u0027re running as.  However, a handful of\nsystem components need access to shared storage across all users,\nsuch as DefaultContainerService and SystemUI.\n\nSince WRITE_MEDIA_STORAGE already offers this functionality by\nbypassing any FUSE emulation, reuse it to grant the \"sdcard_rw\" GID\nwhich is no longer handed out to third-party apps.  Then we change\nthe FUSE daemon to allow the \"sdcard_rw\" GID to see shared storage\nof all users.\n\nBug: 19995822\nChange-Id: I504c2a179ba74f142ed0d32da5baa69f4212cd82\n"
    },
    {
      "commit": "b02c73d582fbfc1f48425b2bd53ac26e9ea22cea",
      "tree": "d1ee9d860b5c59d2c47060e23d13cae8c4da3cab",
      "parents": [
        "2a2c81a75a081ee7c52d79bf730483e6b59593c8",
        "df6fd4c2631e06f3469eb77b2ffdff0d3cc04a68"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Fri Jun 26 16:05:25 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jun 26 16:05:25 2015 +0000"
      },
      "message": "am df6fd4c2: am d2c41457: Merge \"Let\\\u0027s reinvent storage, yet again!\" into mnc-dev\n\n* commit \u0027df6fd4c2631e06f3469eb77b2ffdff0d3cc04a68\u0027:\n  Let\u0027s reinvent storage, yet again!\n"
    },
    {
      "commit": "9527b223a9d4a4d149bb005afc77148dbeeff785",
      "tree": "5e3839f65f6dad7f402c280ef5de091238648159",
      "parents": [
        "9206d6a0e69ef0f60e20464796d4a2da6f7c42f4"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Wed Jun 24 15:24:48 2015 -0700"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Thu Jun 25 22:25:48 2015 -0700"
      },
      "message": "Let\u0027s reinvent storage, yet again!\n\nNow that we\u0027re treating storage as a runtime permission, we need to\ngrant read/write access without killing the app.  This is really\ntricky, since we had been using GIDs for access control, and they\u0027re\nset in stone once Zygote drops privileges.\n\nThe only thing left that can change dynamically is the filesystem\nitself, so let\u0027s do that.  This means changing the FUSE daemon to\npresent itself as three different views:\n\n/mnt/runtime_default/foo - view for apps with no access\n/mnt/runtime_read/foo - view for apps with read access\n/mnt/runtime_write/foo - view for apps with write access\n\nThere is still a single location for all the backing files, and\nfilesystem permissions are derived the same way for each view, but\nthe file modes are masked off differently for each mountpoint.\n\nDuring Zygote fork, it wires up the appropriate storage access into\nan isolated mount namespace based on the current app permissions.  When\nthe app is granted permissions dynamically at runtime, the system\nasks vold to jump into the existing mount namespace and bind mount\nthe newly granted access model into place.\n\nBug: 21858077\nChange-Id: I62fb25d126dd815aea699b33d580e3afb90f8fd2\n"
    },
    {
      "commit": "13f4b48c6d2aa4ddd839ace92e8b585791d6479c",
      "tree": "61a9f34957c61a7145c3eab221ea633eebffcea6",
      "parents": [
        "fc86e40d9632366d05af4db8b56d6a85f4502710",
        "61744be86a20d1b60e6d5907d6c0063cebdf6788"
      ],
      "author": {
        "name": "Raph Levien",
        "email": "raph@google.com",
        "time": "Mon Jun 15 21:47:29 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jun 15 21:47:29 2015 +0000"
      },
      "message": "am 61744be8: am e1debb75: Merge \"Fix ascent and descent of Droid Sans Mono to match Roboto.\" into mnc-dev\n\n* commit \u002761744be86a20d1b60e6d5907d6c0063cebdf6788\u0027:\n  Fix ascent and descent of Droid Sans Mono to match Roboto.\n"
    },
    {
      "commit": "82ef167fca52593c4c4df78691db0e8253067c6f",
      "tree": "962b851cd85c16e09640b5cf1841c601660d4dd8",
      "parents": [
        "715cf2ac0bcd44720096cc91709b690b4828f0df"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Sat Jun 13 18:49:35 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Sat Jun 13 18:49:35 2015 -0700"
      },
      "message": "Fix ascent and descent of Droid Sans Mono to match Roboto.\n\nPreviously, the inconsistency resulted in test in the testUniformY in\nframeworks/base/graphics/tests/graphicstests/src/android/graphics/TypefaceTest.java\nfail. The tests assume the different sans/serif/mono styles share a\nconsistent ascent and descent.\n\nThe font is modified using the following Python script:\n\nfrom fontTools import ttLib\n\nfont_file \u003d \u0027DroidSansMono.ttf\u0027\nfont \u003d ttLib.TTFont(font_file)\nfont[\u0027hhea\u0027].ascent \u003d 1900\nfont[\u0027hhea\u0027].descent \u003d -500\nfont.save(\u0027touched/\u0027+font_file)\n\nBug: 19791102\nChange-Id: I2fcd44b952691deeeed18f30d06bc9f6d5e4a8de\n"
    },
    {
      "commit": "59d703cb2733aa30429eb7eba6382cb45c7a39f0",
      "tree": "ba360b189671f3b471d3e6915568409a7369cba2",
      "parents": [
        "ac4e5f3a1abeb38b561a5fcbf5a3a1e4d8b47c6d",
        "45bf88e953025779eb3ebaa0eeed0ba608e731da"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Jun 11 21:11:17 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Jun 11 21:11:17 2015 +0000"
      },
      "message": "am 45bf88e9: am 51dd6a16: Merge \"Merge EXTENDED font profile with the next (unnamed) profile.\" into mnc-dev\n\n* commit \u002745bf88e953025779eb3ebaa0eeed0ba608e731da\u0027:\n  Merge EXTENDED font profile with the next (unnamed) profile.\n"
    },
    {
      "commit": "5225620508a5a0d39de4f508cec5cecec60f527d",
      "tree": "cd31830ae881e579a625d404b9dfe5a100f6190e",
      "parents": [
        "98b40aac8399d8befc5099955a34ce54df477d8f"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Jun 11 10:26:13 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Jun 11 13:06:48 2015 -0700"
      },
      "message": "Merge EXTENDED font profile with the next (unnamed) profile.\n\nThis is now possible since we have less space restrictions on\ndevices.\n\nThis helps make sure that devices don\u0027t mistakenly ship with a\nlimited font support simply because they didn\u0027t turn on the extended\nfont profile.\n\nAlthough the larger version of Droid Sans Fallback is no longer used\nin any font profile for a device, it is kept since it\u0027s used by the\nSDK.\n\nThe Nanum Gothic font is no longer used in any device profile either,\nbut it\u0027s kept in the fallback chain, so the SDK (that uses it)\ncontinues to work.\n\nBug: 19668057\nChange-Id: I6e32c4c98745e9b6aff6684d993943a19aebf6f7\n"
    },
    {
      "commit": "3f21671e4a585e1e00794e3c00e89a8697dc74d2",
      "tree": "78f46d8d2b7056df903534481949160bb2950734",
      "parents": [
        "01f77af0480a07e1a6420d9d9d7efaa52b5a933d",
        "946e869807126f0de680db7126d512d740995a2b"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Jun 04 23:59:50 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Jun 04 23:59:50 2015 +0000"
      },
      "message": "am 946e8698: am 73d2f160: Merge \"Move NotoSansSymbols higher than CJK in the fallback chain.\" into mnc-dev\n\n* commit \u0027946e869807126f0de680db7126d512d740995a2b\u0027:\n  Move NotoSansSymbols higher than CJK in the fallback chain.\n"
    },
    {
      "commit": "912dbdb9fa3558a5cff2c0c5d410a2abc978422b",
      "tree": "ceb4d9b416d0a11e577662d6030c489a44496070",
      "parents": [
        "81f2992fac1667336cc526a380c696258569de09"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Jun 04 15:22:11 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Jun 04 15:39:43 2015 -0700"
      },
      "message": "Move NotoSansSymbols higher than CJK in the fallback chain.\n\nThis makes sure that symbol characters who have both an alternative\nor \"full-width\" version in the CJK fonts and a more regular version\nin the symbols font get the default or \"half-width\" version by\ndefault in non-CJK locales.\n\nThis is not a complete fix: such \"full-width\" symbol characters only\nexist in the Simplfied Chinese font for now, which means in\nTraditional Chinese, Japanese, and Korean locales, they characters\nwould now appear \"half-width\", which *may* be sub-optimal. The\ncomplete fix would make sure the ones that actually need to be\n\"full-width\" in TC/J/K are also included in the TC/J/K font.\n\nBug: 21525318\nBug: 21525012\nBug: 21524421\nBug: 21521330\nBug: 21520316\nBug: 21518544\nBug: 21517912\nBug: 21503807\nBug: 21502245\nBug: 21501669\nBug: 21525905\nBug: 21524018\nBug: 21503952\nBug: 21502678\nChange-Id: I93cf7119b45ed3c080cd39d631a687e0ef9fd8ce\n"
    },
    {
      "commit": "47b59b3ecc297373a514d1ee60740f52477fd2bc",
      "tree": "7cda2f5a615a7195905da3afb73774b059d35024",
      "parents": [
        "9e9c48197726d384385f42c1b92ae88f5a726a49",
        "eaf3f545c742c5d2a892806f0d464379b367db84"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue May 19 16:54:28 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue May 19 16:54:28 2015 +0000"
      },
      "message": "am eaf3f545: am 03340feb: Merge \"Update Naskh font names to match upstream and add Tibetan.\" into mnc-dev\n\n* commit \u0027eaf3f545c742c5d2a892806f0d464379b367db84\u0027:\n  Update Naskh font names to match upstream and add Tibetan.\n"
    },
    {
      "commit": "2d8a02e68b13a9590c1c9d5b8bfea7732e282ec6",
      "tree": "13bf8df0af9b6b7202d941020ee6751927c448c1",
      "parents": [
        "e1fcced61ae81a07ca8c93d8a14dd4eb5b6e36ff"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Sat May 16 20:50:06 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue May 19 16:28:18 2015 +0000"
      },
      "message": "Update Naskh font names to match upstream and add Tibetan.\n\nThe latest files from the upstream Noto repository are named\nNotoNaskhArabic* instead of the previous NotoNaskh*.\n\nAlso, Noto Sans Tibetan is now included in the fallback chain. Apart\nfrom supporting Tibetan and Dzongkha langauges, this adds a character\n(U+0FD6) that completes coverage for ARIB character sets.\n\nBug: 13680438\nBug: 18181755\nBug: 18639453\nBug: 19390244\nChange-Id: I09b493340d1453ef61b08c841e1731119d645822\n"
    },
    {
      "commit": "fa7917800efcedc44b87636ec0683fe72b0c1bab",
      "tree": "adafe55eec3f84df4921f1568e24bbc0529abb0e",
      "parents": [
        "e4be40fe0aaa02f757b451fbf08fea0f1d2b0035",
        "6977d947ba6a9494ba51082668538b85278ecfa4"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed May 13 00:33:01 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed May 13 00:33:01 2015 +0000"
      },
      "message": "am 6977d947: am dac766c7: Merge \"Make Noto Sans Japanese default font on extended profiles.\" into mnc-dev\n\n* commit \u00276977d947ba6a9494ba51082668538b85278ecfa4\u0027:\n  Make Noto Sans Japanese default font on extended profiles.\n"
    },
    {
      "commit": "49455ab3f562112e963cd27a57320508778f602b",
      "tree": "510bce21f042732ff25d911a8fc46ded3f4a8722",
      "parents": [
        "d2c05188b669256ab9d6024ad5793e0ca891fed0"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue May 12 16:00:55 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue May 12 16:00:55 2015 -0700"
      },
      "message": "Make Noto Sans Japanese default font on extended profiles.\n\nThis experimentally makes Noto Sans Japanese the default Japanese\nfont.\n\nBug: 21074688\nChange-Id: I4a9396a03bd758541574431760d5d387a472bec6\n"
    },
    {
      "commit": "9f8ec39d11a59b113bc478baf065ccef7cbe6d78",
      "tree": "9f56c64197111e273f128a384b40b027edc56c2b",
      "parents": [
        "7c3bce9140805788259a27f58693255c7ad5d349",
        "e8d735c70a594abdfbf9ff16ef2ccfc9b87a3635"
      ],
      "author": {
        "name": "Ying Wang",
        "email": "wangying@google.com",
        "time": "Wed May 06 22:56:04 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed May 06 22:56:04 2015 +0000"
      },
      "message": "am e8d735c7: Merge \"Remove all_modules\\\u0027s dependency on keymaps validation.\"\n\n* commit \u0027e8d735c70a594abdfbf9ff16ef2ccfc9b87a3635\u0027:\n  Remove all_modules\u0027s dependency on keymaps validation.\n"
    },
    {
      "commit": "366d6d0d1222978a255fbc361987d8647d64462d",
      "tree": "95804800341e0ba924e57ee23c59ded2b290f6dd",
      "parents": [
        "ab3dd9fc629135c518f708591cddb086524558b5"
      ],
      "author": {
        "name": "Ying Wang",
        "email": "wangying@google.com",
        "time": "Tue May 05 16:12:41 2015 -0700"
      },
      "committer": {
        "name": "Ying Wang",
        "email": "wangying@google.com",
        "time": "Tue May 05 16:12:41 2015 -0700"
      },
      "message": "Remove all_modules\u0027s dependency on keymaps validation.\n\nWith this we won\u0027t try to run validatekeymaps.exe when you run\n\"USE_MINGW\u003d1 mma\".\nAlso it seems it\u0027s too much to run the validation for every mma/mmma.\nValidation in just platform build (droidcore) should be enough.\n\nChange-Id: I22431009d4c2dd765bbd14b24eb5c8729b53d6c1\n"
    },
    {
      "commit": "47dd50ea1662928103e9cc0a3b07a1f64866389b",
      "tree": "6b14dafef5050d1257608650fb860f77b4097e38",
      "parents": [
        "09404dd159d7ad7ade0c70f95a24d357d56bcdb4"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Apr 29 16:20:07 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Apr 29 16:20:07 2015 -0700"
      },
      "message": "Rename Noto Han fonts to their latest names.\n\nNotoSansHans has been renamed to NotoSansSC and NotoSansHant has been\nrenamed to NotoSansTC.\n\nChange-Id: I3c416d1aa753dc9be2c0e4ee1a8d77cdb9cdd4b1\n"
    },
    {
      "commit": "5f49c28bfcdd43277b155da65c9312109fac142c",
      "tree": "7f227f2d284f52de1dbfa901432334fb7076c8ac",
      "parents": [
        "edcaf7c9338d4b3b78766ccec9c1e2c4dcd75cf2"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Apr 29 15:38:07 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Apr 29 15:38:07 2015 -0700"
      },
      "message": "Rename FONT_NOTOSANS_FULL to FONT_NOTOSANS_JP_FULL.\n\nThis clarifies the meaning of the variable, that this switch only\naffects the Noto Sans Japanese font.\n\nChange-Id: I28043ed41ec51af0273a071692426d51352ef849\n"
    },
    {
      "commit": "fdddb4eb69e719563e604f7dd27ac6999c7844da",
      "tree": "eee1ba1e5362884b33d767237d544ed9e9e10ad6",
      "parents": [
        "40832ac39502d7c4226b00c1d14f895ff449c613",
        "e72a657561a475dfe6ba1f11910dd1d2ccf06ccc"
      ],
      "author": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Wed Apr 15 11:38:55 2015 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Apr 15 11:38:58 2015 +0000"
      },
      "message": "Merge \"Mark AVRCP devices as internal.\""
    },
    {
      "commit": "a2b6021b5227567b58e232c911d1d1f5d3933567",
      "tree": "7fd7ba44a8eca4a51970394cb8b1868a0691416a",
      "parents": [
        "ec9f15a9e4622857fcdcf3f727ec9f21e8d3e3d2"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Mon Apr 13 16:01:33 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Mon Apr 13 16:01:33 2015 -0700"
      },
      "message": "Support more smaller scripts of Asia and Africa.\n\nNoto fonts for Bamum, Lisu (Fraser), Mandaic, Mongolian, New Tai Lue,\nSyriac (Estrangela), and Vai scripts are added to the fallback chain.\n\nBug: 19390244\nBug: 18639453\nChange-Id: If18a7ea245f3b15baa9fb4f53855ae64759f921b\n"
    },
    {
      "commit": "9c5a14785b2e56eb22cf683f400a9c0bee08b17f",
      "tree": "3cb81db43fae38bf7eead7c3aa095d6efb651511",
      "parents": [
        "3544e6fa5629398cb0e541bd9aea0ec03073c0d2"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Mon Apr 06 12:23:57 2015 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Mon Apr 06 19:28:18 2015 +0000"
      },
      "message": "Switch from Lohit Odia to Noto Sans Oriya fonts.\n\nNoto Sans Oriya fonts also have bold and UI versions, which are added.\n\nChange-Id: Id622143688d89e25857c00489d81703780f79887\n"
    },
    {
      "commit": "6180e5b8fd17b30d75f3f02a482c993fa04db0f0",
      "tree": "99b1fd6cdfdf03e0e75f9427b5fa1a628410d710",
      "parents": [
        "ce2425c3dd306bb05f9e3d21e17db8bb64c0990a"
      ],
      "author": {
        "name": "Kris Giesing",
        "email": "kgiesing@google.com",
        "time": "Thu Mar 26 15:37:46 2015 -0700"
      },
      "committer": {
        "name": "Kris Giesing",
        "email": "kgiesing@google.com",
        "time": "Thu Mar 26 15:37:46 2015 -0700"
      },
      "message": "Allow override of Motoya with full NotoSans\n\nb/17599829\n\nChange-Id: I619288eadb8bf814b08dca833f540a80e38c2123\n"
    },
    {
      "commit": "00f3904629ef89192e061c1995801ef322fc0bcf",
      "tree": "bbb49b68ec6171faf692eb5c874eed2da271bf43",
      "parents": [
        "95c1adea0c5fe10ceba217a327163757f4589d3d"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Mar 23 16:51:22 2015 -0700"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Mar 23 19:14:19 2015 -0700"
      },
      "message": "Introduce per-user GIDs for storage.\n\nThis will eventually allow us to have a single unified filesystem\ninstead of requiring zygote to use bind mounts.\n\nChange-Id: I29b819ab51498b4bab874e0367b1ab4165f84025\n"
    },
    {
      "commit": "e72a657561a475dfe6ba1f11910dd1d2ccf06ccc",
      "tree": "c788dbb30c374d0b9284d6a122dd05b684a7b837",
      "parents": [
        "434fcf15884cc345ba0b2d4ab28350bafa432f24"
      ],
      "author": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Wed Mar 11 17:23:09 2015 -0700"
      },
      "committer": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Wed Mar 11 17:23:09 2015 -0700"
      },
      "message": "Mark AVRCP devices as internal.\n\nThis prevents devices from waking up when an AVRCP key is injected.\n\nBug: 19685657\nChange-Id: I97137531da07b61211b792b407c4c9a09b231839\n"
    },
    {
      "commit": "5a5f1429dec06ee392c194d2a4250b9455a2cf94",
      "tree": "b5dde283e2a504e3206a4800762935bd0d8ede5a",
      "parents": [
        "cfb3185a27efeb9312ddf71f52f3a7039c4694df"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Feb 25 14:52:35 2015 -0800"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Feb 25 14:52:35 2015 -0800"
      },
      "message": "Remove Roboto fonts and their build rules\n\nThey are now moved to external/roboto-fonts. Symlinks from deprecated\nfonts to Roboto for compatibility reasons are still created here.\n\nChange-Id: I9e1b88a4289d055ea187e241d6514f0b37c5ee1b\n"
    },
    {
      "commit": "f129af204cd29801483e12887c5e10032292cc76",
      "tree": "dc3876096cdd1670a02287a954b1395a461d2689",
      "parents": [
        "0a3dd9c9e0aa0f8558c9631c95effe49a4ce202d",
        "3bdd327f8532a79b83f575cc62e8eb09a1f93f3d"
      ],
      "author": {
        "name": "Narayan Kamath",
        "email": "narayan@google.com",
        "time": "Fri Feb 13 09:51:41 2015 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Feb 13 09:51:44 2015 +0000"
      },
      "message": "Merge \"Move apache specific portions of android.net.http to external/apache-http.\""
    },
    {
      "commit": "3bdd327f8532a79b83f575cc62e8eb09a1f93f3d",
      "tree": "92480de80f3818f6f1746df0ea719cf547324b22",
      "parents": [
        "8b0c8ffb2d921ce5c90bcaaa3f1182d531d90d2c"
      ],
      "author": {
        "name": "Narayan Kamath",
        "email": "narayan@google.com",
        "time": "Thu Nov 27 18:17:35 2014 +0000"
      },
      "committer": {
        "name": "Narayan Kamath",
        "email": "narayan@google.com",
        "time": "Thu Feb 12 11:15:49 2015 +0000"
      },
      "message": "Move apache specific portions of android.net.http to external/apache-http.\n\nWe continue to compile external/apache-http into ext.jar. This contains\na few changes apart fom the classes moving around :\n\n- Makefile changes to build docs and api-stubs for now. A future change\n  will revert these changes and remove these classes from stubs and\n  docs.\n- Hardcode event IDs in legacyerrorstrings to avoid a dependency between\n  the frameworks and apache. These strings are on their way out and will\n  never change anyway.\n- Remove imports due to {@link} tags and use {@code} instead.\n- Remove an accidental(?) dependency on apache commons code that\u0027s a\n  part of apache-http.\n\nbug: 18027885\n\nChange-Id: I51cd038d846ec7d02c283a4541b10a6a9cf62ecf\n"
    },
    {
      "commit": "70f0a4365bbffd016470807c9dbd7e9c1ea2df9d",
      "tree": "8026c24adca15cf665741355a06c767833c735fa",
      "parents": [
        "ae0fdaf5e864ab755e54243006e7116fbb375a7b"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Feb 11 15:45:49 2015 -0800"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Feb 11 15:45:49 2015 -0800"
      },
      "message": "Move Noto Sans Tai Le to the end of the font fallback list.\n\nThis is to make sure the East Asian punctuation shared between CJK languages\nand Tai Le are rendered from the CJK fonts when no language is specified\nfor the text, or CJK text is rendered in a non-CJK locale.\n\nAlso remove the old comment about 64k glyphs limit.\n\nBug: 19355391\nChange-Id: Ic2cbc79cecf9539ace8a432f373685eeff81e106\n"
    },
    {
      "commit": "1ed78fbf28728cd12ca18e4d0773b34f3e586918",
      "tree": "295bffcbc4c8442bb8f462d1893b9c06c3b6b403",
      "parents": [
        "70523ec551abce46f85f3f10251006d65c0e4510"
      ],
      "author": {
        "name": "Narayan Kamath",
        "email": "narayan@google.com",
        "time": "Tue Jan 20 13:44:23 2015 +0000"
      },
      "committer": {
        "name": "Narayan Kamath",
        "email": "narayan@google.com",
        "time": "Wed Jan 21 12:49:14 2015 +0000"
      },
      "message": "Add library definition for org.apache.http.legacy.\n\nbug: 18027885\nChange-Id: I300ab2eb0f87e004ef20157bd23517865133665c\n"
    },
    {
      "commit": "c8640fca7862fee5e156fa634c1cdf7853115595",
      "tree": "02c5a6f12a23e464ac756b3ba2c2cd76358bdb14",
      "parents": [
        "9e094efa93e9c95212c0edfcd1b0bb0380f7af9a",
        "7f45f6dd0ce74665481bf06124b9653b8ff81e98"
      ],
      "author": {
        "name": "Raph Levien",
        "email": "raph@google.com",
        "time": "Fri Dec 05 07:27:31 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Dec 05 07:27:33 2014 +0000"
      },
      "message": "Merge \"Add 8 more scripts to the font fallback chain.\" into lmp-mr1-dev"
    },
    {
      "commit": "bc415a3677a92fd2fd13f9b047e57fa7fc9b8e4b",
      "tree": "a748092d014947096cc8721f4ab971f65e05e3f9",
      "parents": [
        "4a52453ce8d76b2f17f5251f3c6192b24c5182c9"
      ],
      "author": {
        "name": "Mathieu Meisser",
        "email": "mmeisser@logitech.com",
        "time": "Thu Nov 27 00:44:42 2014 +0100"
      },
      "committer": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Tue Dec 02 17:21:47 2014 -0800"
      },
      "message": "Add keylayout for Logitech RedHawk Gamepad DO NO MERGE\n\nBug: 18596369\nChange-Id: Iad03de3384052b360d6b9d887ca9540de68cd21e\n"
    },
    {
      "commit": "4a52453ce8d76b2f17f5251f3c6192b24c5182c9",
      "tree": "36a10a43df86c9d174d51c4c71a9d50718cc1cfc",
      "parents": [
        "7081a5d1ae6b9fe5d92dca25a85524c2c2421e1e"
      ],
      "author": {
        "name": "Stuart Wells",
        "email": "stuart.wells@razerzone.com",
        "time": "Mon Nov 17 10:28:47 2014 -0800"
      },
      "committer": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Tue Dec 02 17:21:47 2014 -0800"
      },
      "message": "Added Razer USA, Ltd serval DO NOT MERGE\n\nBug: 18596369\nChange-Id: I76b7c36068c3d10ab4acb3123550ef115db0d3d2\n"
    },
    {
      "commit": "7f45f6dd0ce74665481bf06124b9653b8ff81e98",
      "tree": "859ebe03529fb8aa576d6077f458bab501d7d507",
      "parents": [
        "e511ddce43ce3586f9bced5f8505e540951ab524"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue Nov 25 15:06:27 2014 -0800"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Tue Nov 25 15:06:27 2014 -0800"
      },
      "message": "Add 8 more scripts to the font fallback chain.\n\nFonts for Cham, Coptic, Glagolitic, Kayah Li, Tai Le, Tai Tham, Tai\nViet, and Tifinagh scripts are added to the fallback chain.\n\nThis would enable or improve display of texts in Berber languages,\nCham, Church Slavonic, Coptic, Kayah languages, Khün, Northern Thai,\nTai Dam, Tai Dón, Tai Lü, Tai Nüa, and Thai Song.\n\nBug: 17686019\n\nChange-Id: I689393bc03f3957e1025ac08ab31961a6c6bc24d\n"
    },
    {
      "commit": "411b30cb56a91d0f817b9068054a7c43275a8996",
      "tree": "0a8caeac2e437e8e9c6694efe432aa982c1a8cb4",
      "parents": [
        "85f463c5b59350fa4c4a05007f8a7b65a9a89da3"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Mon Nov 24 13:22:09 2014 -0800"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Mon Nov 24 13:43:25 2014 -0800"
      },
      "message": "Add Lohit Odia (Oriya) font to the fallback chain.\n\nThis adds Lohit Odia (Oriya) font as the default font for the Oriya\nscript to the fallback chain.\n\nBug: 17686019\nChange-Id: If0c60a0f35a029c3761b8ea26a2546ca5c5fa0c0\n"
    },
    {
      "commit": "2ff3ba5bfa115b168d7cc0372d0f5493282109b9",
      "tree": "85b841570c6457cefb7b820399722961d165e51f",
      "parents": [
        "e6ef98cf0528cbc2722b979e5ad86ba859fa78b0"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Oct 01 22:12:36 2014 -0700"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Mon Nov 10 12:49:20 2014 -0800"
      },
      "message": "Use fonts for smaller languages of South and Southeast Asia.\n\nFonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,\nLepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,\nSyloti Nagri, Tagbanwa, and Thaana scripts are added.\n\nBug: 17686019\nChange-Id: I3fb783874920909e8725097481c9e7d8e35f42f8\n"
    },
    {
      "commit": "3bb0b2964df28a17999a53a4b3c7667f81a58506",
      "tree": "3bda98106691cfa549e263fdbc6313b9f9cbe71e",
      "parents": [
        "a516e445651724da3a833d08540c42fabe4f34b7",
        "99cc35bbde7415fcdeada6fb4243097af85ae33f"
      ],
      "author": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Sat Oct 11 00:24:03 2014 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Sat Oct 11 00:24:03 2014 +0000"
      },
      "message": "am 99cc35bb: Merge \"Add Cutive Mono as serif monospace font for captioning\" into lmp-dev\n\n* commit \u002799cc35bbde7415fcdeada6fb4243097af85ae33f\u0027:\n  Add Cutive Mono as serif monospace font for captioning\n"
    },
    {
      "commit": "4f9140b52c7bed3ec973eaad9b7f090805763c22",
      "tree": "69b9450969210558aff1d293ab2f2a0bf8f662cc",
      "parents": [
        "c43caf52a61e56d5ed78f947fc8c299ad5273abf"
      ],
      "author": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Fri Oct 10 12:52:25 2014 -0700"
      },
      "committer": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Fri Oct 10 12:52:25 2014 -0700"
      },
      "message": "Add Cutive Mono as serif monospace font for captioning\n\nSets up Courier and Courier New to point to Cutive Mono, since\nCourier is a serif monospace font.\n\nBUG: 17666124\nChange-Id: I96bb2ff59020edd8210c253752f76f0eb5100e18\n"
    },
    {
      "commit": "981258e5f957899b034a98ebebade1f0366f506a",
      "tree": "dae8c7cf094643cc2c3ae837b08979195f0fd3dc",
      "parents": [
        "796d6eced1e23217914e639da45d9371baf8a5b0"
      ],
      "author": {
        "name": "Benson Huang",
        "email": "benson.huang@mediatek.com",
        "time": "Tue Sep 23 10:57:40 2014 +0800"
      },
      "committer": {
        "name": "Nicholas Sauer",
        "email": "nicksauer@google.com",
        "time": "Wed Oct 01 18:39:16 2014 -0700"
      },
      "message": "[FM] Add FM permission to support FM radio app\n\nAdd FM permission like KK to support FM radio app.\n\nChange-Id: Ifb76f63e3136a5f88306903fd28e9abbb01e69c9\nSigned-off-by: Benson Huang \u003cbenson.huang@mediatek.com\u003e\n\nConflicts:\n\tdata/etc/platform.xml\n"
    },
    {
      "commit": "270e1f4297995248b450afc9e6134da1bb7e368a",
      "tree": "1f6ea93a484ecc6cff50dfb555ba83d47684de1f",
      "parents": [
        "51a400eb440c89fb06a47371bb7b026f00edb09c"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Wed Oct 01 16:02:05 2014 -0700"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Wed Oct 01 16:26:49 2014 -0700"
      },
      "message": "Give audio GID to MANAGE_VOICE_KEYPHRASES apps.\n\nSome system apps doing hotword training need low-level access to\naudio hardware, beyond what the existing HAL offers.  For now, give\nthem the audio GID.\n\nBug: 17763721\nChange-Id: I8025c3abacae13a6ffec4e10e4976a67ab505bdf\n"
    },
    {
      "commit": "5ba44281c7e147eacb0c8fbac4ceaa45ed70f659",
      "tree": "f6244fab803474f628ed8889ba8e32b7870e0cda",
      "parents": [
        "23e79fcef98618fc049af55673b43ea9e70ffa9b"
      ],
      "author": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Tue Sep 23 15:56:17 2014 -0700"
      },
      "committer": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Tue Sep 23 16:04:35 2014 -0700"
      },
      "message": "Add keylayout for Asus Gamepad\n\nBug: 17627642\nChange-Id: I9dd76bbc3ea0493d5a54479ef4dc94c520e35433\n"
    },
    {
      "commit": "d127e58e4142496d8919b7845675f1ba3511b20a",
      "tree": "25a8d7a06f50368f40d7368543b2a64f7ff3e986",
      "parents": [
        "3ad242df7214e946a9a99e83b991bc9be0e636a2",
        "32409881051d0653cf73a3cdefff89cb718b9cf5"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Sep 18 18:29:50 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Sep 18 18:29:52 2014 +0000"
      },
      "message": "Merge \"Add material camera_click sound\" into lmp-dev"
    },
    {
      "commit": "32409881051d0653cf73a3cdefff89cb718b9cf5",
      "tree": "f6bd8a9f4f7a2181314f019fc8bbadcd4c60ec29",
      "parents": [
        "2911b2046a7a398791623f835686f8eda60b5a78"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Sep 18 11:21:57 2014 -0400"
      },
      "committer": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Sep 18 12:46:10 2014 -0400"
      },
      "message": "Add material camera_click sound\n\nBug: 17281234\nChange-Id: I3f9a7592cfe8171fcae44ea075bf7faafaa482fe\n"
    },
    {
      "commit": "b1e3b70aeb96004e1d0a1ee60d8df43a2d6ca6f8",
      "tree": "a02b87daa175453710981effe7ca2db5e3a7aa2d",
      "parents": [
        "a59e62341ceb4f27aa1dc8a664efba42d00d668c"
      ],
      "author": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Tue Sep 16 16:48:58 2014 -0700"
      },
      "committer": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Tue Sep 16 16:48:58 2014 -0700"
      },
      "message": "Remove Rhodi keylayout\n\nLooks like Broadcom re-used the Rhodi PID since we never shipped.\nRemove the keylayout so we don\u0027t accidentally use it for other\ndevices.\n\nBug: 17504946\nChange-Id: Ia11ad40f8ba7d49f82e7f68d881cf7c9bfafcb37\n"
    },
    {
      "commit": "1ce304bb0262d38aece5693bde651ceb36362099",
      "tree": "e2b725b9f976a943e7f5dc18e271c39083816d7d",
      "parents": [
        "d87f2107d9d8d8e7bbc63613203f8a5c5b07b75f"
      ],
      "author": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Fri Sep 05 17:45:26 2014 -0700"
      },
      "committer": {
        "name": "Michael Wright",
        "email": "michaelwr@google.com",
        "time": "Fri Sep 05 17:45:26 2014 -0700"
      },
      "message": "Map KEY_VOICECOMMAND to KEYCODE_VOICE_ASSIST\n\nThis is to simplify Project Watson requirements and enable USB Audio\nto easily implement similar functionality to the Watson headsets.\n\nChange-Id: Idd0a0cd6c6ba4a977090fb338d9241046f0380e6\n"
    },
    {
      "commit": "e6afe9c75c0a8a4f3f8fc0a6f8981b0dba4afd2a",
      "tree": "3d68f2603963c3ac6064691f0500541c58b0922b",
      "parents": [
        "746f7facf2c5f9a7362387806b5926b951bb024a",
        "f56a3454821b9b15174d8b03eab229b52c88f547"
      ],
      "author": {
        "name": "Dan Sandler",
        "email": "dsandler@android.com",
        "time": "Thu Aug 28 12:49:24 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Aug 28 12:49:26 2014 +0000"
      },
      "message": "Merge \"Update soundscape for L, using classic names.\" into lmp-dev"
    },
    {
      "commit": "f56a3454821b9b15174d8b03eab229b52c88f547",
      "tree": "2ef99b412084c04712bbc09a1af53bf3f9e6dc41",
      "parents": [
        "5232271a41323594ae406be7476b6ca2f08af3d8"
      ],
      "author": {
        "name": "Dan Sandler",
        "email": "dsandler@android.com",
        "time": "Thu Aug 28 00:37:18 2014 -0400"
      },
      "committer": {
        "name": "Dan Sandler",
        "email": "dsandler@android.com",
        "time": "Thu Aug 28 00:40:26 2014 -0400"
      },
      "message": "Update soundscape for L, using classic names.\n\n(partial revert of commit 7348f744)\n\nBug: 15725449\nChange-Id: Ic1a038c906deab035f96caed42fc16c59d459965\n"
    },
    {
      "commit": "772d576b97ac95cf9ed6cef365470e37fa4f4fda",
      "tree": "ff8822837222867f9b36eee6bc8de4e27aa868fd",
      "parents": [
        "2a5fab9d476f434818ba67d2b8b77208e881f0c1",
        "117cbebe810613d4a6de034f02652cdbbfef4cde"
      ],
      "author": {
        "name": "Raph Levien",
        "email": "raph@google.com",
        "time": "Wed Aug 27 16:24:35 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Aug 27 16:24:37 2014 +0000"
      },
      "message": "Merge \"New weight-aware font config\" into lmp-dev"
    }
  ],
  "next": "117cbebe810613d4a6de034f02652cdbbfef4cde"
}
