)]}'
{
  "commit": "96e9e61f3706591f9ae1fa6b47dc352be7978f0a",
  "tree": "201767a0ca2662d3c5d9cc63ddcfe8745fe4f4f3",
  "parents": [
    "f7dcd67aeeb380d5eb6f0e42a88ef6c45baca2ed"
  ],
  "author": {
    "name": "Cédric Meuter",
    "email": "cedric.meuter@gmail.com",
    "time": "Wed Apr 08 09:46:54 2026 -0700"
  },
  "committer": {
    "name": "Dawn LUCI CQ",
    "email": "dawn-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Wed Apr 08 09:46:54 2026 -0700"
  },
  "message": "Fix Android monolithic build.\n\nThe main issue for Android is that the monolithic build was not being\nlinked against system libraries. In particular, liblog used in Log.cpp.\n\nChanges:\n\nThe main change is in `src/cmake/BundleLibraries.cmake`. As suggested on\nthe issue tracker, in the function `bundle_libraries` we now collect the\nsystem dependencies of all the bundled components and propagate that to\nthe monolithic library.\n\n**Disclaimer**: this was developed with the help of an AI agent. But the\nresult seems reasonable and effective. I did test it using NDK 29 and\nobserved the log messages being properly displayed. This helped me\ninvestigate an assertion failure. Without this fix, I was forced to\ncomment out the call to `__android_print_log` in `Log.cpp` which\nprevented `handleAssertionFailure` from properly displaying the\nassertion failure message. With this change I was able to uncomment\n`__android_print_log` and get the assertion message.\n\nHappy to adapt it in any way as necessary of course.\n\nThis is an imported pull request from\nhttps://github.com/google/dawn/pull/60\n\nGITHUB_PR_HEAD_SHA\u003dbfaf374f8971f2803f7664b523409925b456c4c0\nORIGINAL_AUTHOR\u003dCédric Meuter \u003ccedric.meuter@gmail.com\u003e\n\nBug: 441355989\nGitOrigin-RevId: b0e622184a34b91a3ef653dc00366a083a3b70d3\nChange-Id: I38e99bc41b96039289cf1dbea1d322e6ee366ccd\nReviewed-on: https://dawn-review.googlesource.com/c/dawn/+/301215\nCommit-Queue: James Price \u003cjrprice@google.com\u003e\nReviewed-by: James Price \u003cjrprice@google.com\u003e\nReviewed-by: Kai Ninomiya \u003ckainino@chromium.org\u003e\nReviewed-by: dan sinclair \u003cdsinclair@chromium.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "682a73924cb1817d915ede25721a490c8e2f3516",
      "old_mode": 33188,
      "old_path": "src/cmake/BundleLibraries.cmake",
      "new_id": "319d92bb58c8164e338a8807252b22944950a75b",
      "new_mode": 33188,
      "new_path": "src/cmake/BundleLibraries.cmake"
    }
  ]
}
