Skip to content

Commit b57a28b

Browse files
h-friederichfacebook-github-bot
authored andcommitted
adjust compatibility for qualcomm Python backend (#11438)
Summary: Pull Request resolved: #11438 The Python dependencies are only available for the CXX platform, so let's mark the target accordingly. release notes: none Reviewed By: cccclai Differential Revision: D76128214
1 parent 48b8cc0 commit b57a28b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/qualcomm/aot/python/targets.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load(
22
"@fbsource//tools/build_defs:default_platform_defs.bzl",
3-
"ANDROID",
3+
"CXX",
44
)
55
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
66
load("@fbsource//xplat/executorch/backends/qualcomm/qnn_version.bzl", "get_qnn_library_version")
@@ -88,6 +88,7 @@ def define_common_targets():
8888
exported_headers = glob([
8989
"*.h",
9090
]),
91+
platforms = (CXX),
9192
visibility = ["@EXECUTORCH_CLIENTS"],
9293
deps = [
9394
"//executorch/backends/qualcomm/aot/wrappers:wrappers",

0 commit comments

Comments
 (0)