)]}'
{
  "commit": "5a1d0cc3454094a930978bcac1281aafc71475d3",
  "tree": "7194f76559abed7f7b682602017e6eabffc9912e",
  "parents": [
    "37ccbe7384aafb930c7f4cecf45992062f0adae5"
  ],
  "author": {
    "name": "Victor Hsieh",
    "email": "victorhsieh@google.com",
    "time": "Mon Jun 26 22:25:00 2023 -0700"
  },
  "committer": {
    "name": "Victor Hsieh",
    "email": "victorhsieh@google.com",
    "time": "Wed Jun 28 02:41:52 2023 +0000"
  },
  "message": "Deduplicate test expectation data in a different way\n\nThe test collects expected APEX package names from listing /apex by a\nshell command. The shell command also tries to remove the noise\n(normally an APEX has two entires, see below).\n\n$ ls -d /apex/*/\n  /apex/com.android.adbd/\n  /apex/com.android.adbd@340815002/\n  ...\n  /apex/com.google.mainline.primary.libs@340716000/\n  /apex/sharedlibs/\n\nThe test used to deduplicate by filtering out \u0027@\u0027. But apparently an\n(DLCA) APEX only has one entry with \u0027@\u0027.\n\nWith this change, the shell command removes \u0027@\\d+\u0027 then deduplicate the\nstrings.\n\nBug: 288551133\nTest: BinaryTransparencyHostTest#testCollectAllApexInfo\nChange-Id: I4bc3e8226dd7790aa276ac5dfad7371c60046384\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "db369756c50e344fb33ff6f75ead3edfc2199de0",
      "old_mode": 33188,
      "old_path": "tests/BinaryTransparencyHostTest/src/android/transparency/test/BinaryTransparencyHostTest.java",
      "new_id": "346622f0f467a36219c15b761d7addddaaa65780",
      "new_mode": 33188,
      "new_path": "tests/BinaryTransparencyHostTest/src/android/transparency/test/BinaryTransparencyHostTest.java"
    }
  ]
}
