We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b8cc0 commit 953b2fbCopy full SHA for 953b2fb
backends/qualcomm/aot/python/targets.bzl
@@ -1,6 +1,6 @@
1
load(
2
"@fbsource//tools/build_defs:default_platform_defs.bzl",
3
- "ANDROID",
+ "CXX",
4
)
5
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
6
load("@fbsource//xplat/executorch/backends/qualcomm/qnn_version.bzl", "get_qnn_library_version")
@@ -88,6 +88,7 @@ def define_common_targets():
88
exported_headers = glob([
89
"*.h",
90
]),
91
+ platforms = (CXX),
92
visibility = ["@EXECUTORCH_CLIENTS"],
93
deps = [
94
"//executorch/backends/qualcomm/aot/wrappers:wrappers",
0 commit comments