Skip to content

Commit fdc0dec

Browse files
h-friederichfacebook-github-bot
authored andcommitted
adjust platform compatibility for qnn backend (#11179)
Summary: The Qualcomm dependencies are only available for Android, so let's mark the target accordingly. release notes: none Differential Revision: D75139951
1 parent 71025df commit fdc0dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/qualcomm/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ def define_common_targets():
9292
exported_deps = [
9393
":schema",
9494
],
95+
platforms = [ANDROID],
9596
)

0 commit comments

Comments
 (0)