Skip to content

Commit

Permalink
Add logging dependency to OSS QNN logging
Browse files Browse the repository at this point in the history
Differential Revision: D66468388

Pull Request resolved: pytorch#7059
  • Loading branch information
derekxu authored Nov 26, 2024
1 parent ec68eb3 commit a35cb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/qualcomm/runtime/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def define_common_targets():
"//executorch/runtime/backend:interface",
],
exported_deps = [
"fbsource//third-party/toolchains:log",
"//executorch/backends/qualcomm:schema",
"//executorch/backends/qualcomm:qc_binary_info_schema",
"//executorch/runtime/core:core",
Expand Down

0 comments on commit a35cb73

Please sign in to comment.