Skip to content

Commit 953b2fb

Browse files
authored
adjust compatibility for qualcomm Python backend
Differential Revision: D76128214 Pull Request resolved: #11438
1 parent 48b8cc0 commit 953b2fb

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)