commit | 33985cf8f4f588f7b5a8c609a38eba32039bfac5 | [log] [tgz] |
---|---|---|
author | Qiyu Hu <[email protected]> | Tue Apr 24 23:17:28 2018 |
committer | Commit Bot <[email protected]> | Tue Apr 24 23:17:28 2018 |
tree | 752e1ee3b6618d0d25db9c3d970989b6c3798601 | |
parent | 629da26521db21dc460c9f23190b0f879d13f3cc [diff] [blame] |
Update the dbus error message for gatt in bluez This was updated quite a while ago in bluez. https://chromium.git.corp.google.com/chromiumos/third_party/bluez/+/48fe55b7610257bdb9ea075f1382440ae013be42%5E%21/#F0 Roll src/third_party/cros_system_api/ dea305b1a..62d5021bb (1 commit) https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/dea305b1a70d..62d5021bb6d4 $ git log dea305b1a..62d5021bb --date=short --no-merges --format='%ad %ae %s' 2018-04-23 qiyuh Update gatt error message in dbus for bluez. Created with: roll-dep src/third_party/cros_system_api BUG=b:69965109 TEST=Pass CtsVerifier test on reading w/o permissions Change-Id: Id0eb9122c02ca255ebbb50caf718d9020fd8d1ab Reviewed-on: https://chromium-review.googlesource.com/1026075 Reviewed-by: Luis Hector Chavez <[email protected]> Reviewed-by: Rahul Chaturvedi <[email protected]> Commit-Queue: Qiyu Hu <[email protected]> Cr-Commit-Position: refs/heads/master@{#553349}
diff --git a/DEPS b/DEPS index 8926acf..d435186 100644 --- a/DEPS +++ b/DEPS
@@ -504,7 +504,7 @@ # For Linux and Chromium OS. 'src/third_party/cros_system_api': { - 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'dea305b1a70d88d17d951dbe825a57fe2674ed23', + 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '62d5021bb6d4b23c3c92960dd021621b71e0924f', 'condition': 'checkout_linux', },