)]}'
{
  "commit": "f601232d9b256df36c5099e597445ee9c08bd2e4",
  "tree": "5b8dbec04e4b07c0889e3a68ea70e4ce1f700fe4",
  "parents": [
    "c947df383defd11ddac4b0c0960fb29f4d04a82c"
  ],
  "author": {
    "name": "Adrian Boziloff",
    "email": "boziloff@google.com",
    "time": "Tue Jun 16 13:41:19 2026 -0700"
  },
  "committer": {
    "name": "Copybara-Service",
    "email": "copybara-worker@google.com",
    "time": "Tue Jun 16 13:41:47 2026 -0700"
  },
  "message": "Skip resource validation if neither the manifest or compiled resources define any resource dependencies.\n\nCurrently, checkVisibilityOfResourceReferences always searches through all transitive dependencies to construct a list of private resource references. This is done to compare and validate the visibility of the resources referenced in the Android manifest and the compiled resources. However, this validation can be preemptively skipped if neither the manifest or compiled resources include any references to resources. This is often the case for android_local_test builds.\n\nAs such, this new change opts to gather references from the compiled resources and the Android manifest first, thus allowing the function to potentially skip the expensive search through transitive dependencies if there are no initial references to check against.\n\nPiperOrigin-RevId: 933275388\nChange-Id: I24de9e80abd1964b7d418936d0fbd58f8728d2f2\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "fcb6665abf8300852e4b32c3385a9b89e1bcf19a",
      "old_mode": 33188,
      "old_path": "src/tools/java/com/google/devtools/build/android/ValidateAndLinkResourcesAction.java",
      "new_id": "46980fc94ecc2056770ebe7b416b4053f2250afd",
      "new_mode": 33188,
      "new_path": "src/tools/java/com/google/devtools/build/android/ValidateAndLinkResourcesAction.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "08ee5549e67b6cc4cd7e88e736bb031811e151f0",
      "new_mode": 33188,
      "new_path": "src/tools/javatests/com/google/devtools/build/android/ValidateAndLinkResourcesActionTest.java"
    }
  ]
}
