)]}'
{
  "log": [
    {
      "commit": "627a84c26a84493ec675360b0aba56cde61e1482",
      "tree": "9247f37a455622c1bc159d97e1f858d1b5cee3bd",
      "parents": [
        "4a8c67bbe8569bdda41d4aa6143749f650549dc0",
        "606d3975b23ec725085f8ae16ba4074fd05a556a"
      ],
      "author": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Mon Aug 06 12:57:57 2018 +0100"
      },
      "committer": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Mon Aug 06 16:30:26 2018 +0100"
      },
      "message": "resolve merge conflicts of 606d3975b23ec725085f8ae16ba4074fd05a556a to stage-aosp-master\n\nBug: None\nTest: I solemnly swear I tested this conflict resolution.\nMerged-In: Iaed1cd6bc7419597510bfc1ab30a169f75e4ae3f\nMerged-In: I681c1e97d0929cfb1d357b2243ecb210d18f9e87\nChange-Id: I01782459e2b02f065671da640d675b898b4727fe\n"
    },
    {
      "commit": "bf7bfc88d89b07ea2a9bc878931df27df8aa7c00",
      "tree": "002f84874ac44ba5a569b6ad39ca4add9daa9e54",
      "parents": [
        "80e6ac7d2c99814ac9e8ccd2d198af03cc027078"
      ],
      "author": {
        "name": "David Brazdil",
        "email": "dbrazdil@google.com",
        "time": "Wed Aug 01 09:26:44 2018 +0000"
      },
      "committer": {
        "name": "David Brazdil",
        "email": "dbrazdil@google.com",
        "time": "Fri Aug 03 11:33:26 2018 +0000"
      },
      "message": "Revert^2: Greylist com.google.vr.platform hidden methods\n\nEnforcement of non-SDK API is being extended to all modules on the\nboot class path. This includes the com.google.vr.platform package,\nwhich is used to set up VR on a given device. Two hidden methods\nare used by the client static library via reflection. Mark them\n@UnsupportedAppUsage so that they remain discoverable.\n\nBug: 111911841\nTest: make\nMerged-In: Iaed1cd6bc7419597510bfc1ab30a169f75e4ae3f\nChange-Id: Iaed1cd6bc7419597510bfc1ab30a169f75e4ae3f\n(cherry picked from commit a1c19e1254d2f256b1acd7c66c918e19f14de9c7)\n"
    },
    {
      "commit": "d7647c1b6685dbf03ff096fd73424163f2468e4e",
      "tree": "e00f4e422abf544ff38320084bedc8d378130c21",
      "parents": [
        "4500790a81b5179bacecaff799b89b0d0c06f993"
      ],
      "author": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Tue Jul 10 14:24:31 2018 -0700"
      },
      "committer": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Tue Jul 10 14:30:07 2018 -0700"
      },
      "message": "Mark installable jars with installable: true\n\nMost jars don\u0027t need to be installed on the device.  Instead of\nusing java_library and java_library_static to distinguish between\nthem make java_library and java_library_static identical and use\ninstallable: true to identify the few jars that need to be dexed\nand installed on the device.\n\nBug: 110885583\nTest: m checkbuild\nChange-Id: I19c0e723285c7088700f50567b9c2140289f9edf\n"
    },
    {
      "commit": "4888b1f6f0f607de913fbd0dc5eaed6575464c06",
      "tree": "662ea285f420c21f406e8dc09b6fbf42b7b28880",
      "parents": [
        "5d58a302e3dc3e63c1d5cc87807f29863e89b2a9"
      ],
      "author": {
        "name": "Dan Willemsen",
        "email": "dwillemsen@google.com",
        "time": "Wed May 09 20:30:33 2018 -0700"
      },
      "committer": {
        "name": "Dan Willemsen",
        "email": "dwillemsen@google.com",
        "time": "Mon May 14 16:47:02 2018 -0700"
      },
      "message": "Convert to Soong\n\nSee build/soong/README.md for more information.\n\nTest: m libframeworks_coretests_jni\nTest: m FrameworkCoreTests_install\nTest: m libshim_jni\nTest: m CtsShimPrivUpgrade\nTest: m libfilterfw\nTest: m PMTest_Java_dual\nTest: m libdefcontainer_jni\nTest: m libperftestscore_jni\nTest: m libpmtest32 libpmtest64\nTest: m libprintspooler_jni\nTest: m libsmartcamera_jni\nTest: m idmap\nTest: m libdrmframework_jni\nTest: m libdvr_loader com.google.vr.platform com.google.vr.platform.xml\nTest: m libfilterpack_imageproc libfilterpack_base\nTest: m libwebviewchromium_loader\nTest: m shared_mem_test\nTest: m test-touchlag\nChange-Id: I868561dd237fa28647896d59049ab9260373ada1\n"
    },
    {
      "commit": "8bb58ed00e568e60b29e3d2aeb86833340341e68",
      "tree": "daa244ce0f2e00f1d262287d158ae5517f564eff",
      "parents": [
        "2610ad0556e49979d3bf88d51d89ef2065f5bbf3"
      ],
      "author": {
        "name": "Chih-Hung Hsieh",
        "email": "chh@google.com",
        "time": "Mon Nov 20 10:57:19 2017 -0800"
      },
      "committer": {
        "name": "Chih-Hung Hsieh",
        "email": "chh@google.com",
        "time": "Mon Nov 20 11:13:48 2017 -0800"
      },
      "message": "Use -Werror in frameworks/base\n\nBug: 66996870\nTest: build with WITH_TIDY\u003d1\nChange-Id: Ibfe36a62d9a91b7df813b42e18dafaa58dc8b60d\n"
    },
    {
      "commit": "054f235c61f3840213d2bd53d28202a372b53741",
      "tree": "4d40f6f53da3c1423ec179b424d20f7d460e825e",
      "parents": [
        "ef5700667fc19a5a903d14e3d90b2d4aed2f2e5c"
      ],
      "author": {
        "name": "Steven Thomas",
        "email": "steventhomas@google.com",
        "time": "Tue May 09 14:48:37 2017 -0700"
      },
      "committer": {
        "name": "Steven Thomas",
        "email": "steventhomas@google.com",
        "time": "Wed May 10 16:54:20 2017 -0700"
      },
      "message": "Add vr platform lib\n\nAdd the vr platform library, which allows client code to load the dvr\napi and access the getVrBoot() method.\n\nBug: 38134403\nTest: Booted a Marlin.\n\nChange-Id: I884a623ec9a297a2973f1c42c3da094c6c155630\n"
    }
  ]
}
