Skip to content

Commit 48d586c

Browse files
cccclaifacebook-github-bot
authored andcommitted
indention fix (#5738)
Summary: Pull Request resolved: #5738 Just format change for the spaces/tabs, no actual content change bypass-github-export-checks Reviewed By: digantdesai, shoumikhin, kirklandsign Differential Revision: D63570429 fbshipit-source-id: f9ede69edb28f5547de5181b2f0b3e179e0d7703
1 parent b2f20cb commit 48d586c

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

backends/qualcomm/runtime/targets.bzl

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -33,43 +33,43 @@ def define_common_targets():
3333
)
3434

3535
runtime.cxx_library(
36-
name = "runtime",
37-
srcs = glob(
38-
[
39-
"*.cpp",
40-
"backends/*.cpp",
41-
"backends/htpbackend/*.cpp",
42-
"backends/htpbackend/aarch64/*.cpp",
43-
],
44-
exclude = ["Logging.cpp"],
45-
),
46-
exported_headers = glob(
47-
[
48-
"*.h",
49-
"backends/*.h",
50-
"backends/htpbackend/*.h",
51-
],
52-
exclude = ["Logging.h"],
53-
),
54-
define_static_target = True,
55-
link_whole = True, # needed for executorch/examples/models/llama2:main to register QnnBackend
56-
platforms = [ANDROID],
57-
visibility = ["@EXECUTORCH_CLIENTS"],
58-
resources = {
59-
"qnn_lib": "fbsource//third-party/qualcomm/qnn/qnn-2.25:qnn_offline_compile_libs",
60-
},
61-
deps = [
62-
"fbsource//third-party/qualcomm/qnn:api",
63-
":logging",
64-
"//executorch/backends/qualcomm:schema",
65-
"//executorch/backends/qualcomm/aot/ir:qcir_utils",
66-
"//executorch/backends/qualcomm/aot/wrappers:wrappers",
67-
"//executorch/runtime/backend:interface",
68-
"//executorch/runtime/core:core",
69-
"//executorch/extension/tensor:tensor",
36+
name = "runtime",
37+
srcs = glob(
38+
[
39+
"*.cpp",
40+
"backends/*.cpp",
41+
"backends/htpbackend/*.cpp",
42+
"backends/htpbackend/aarch64/*.cpp",
7043
],
71-
exported_deps = [
72-
"//executorch/runtime/core/exec_aten/util:scalar_type_util",
73-
"//executorch/runtime/core:event_tracer",
44+
exclude = ["Logging.cpp"],
45+
),
46+
exported_headers = glob(
47+
[
48+
"*.h",
49+
"backends/*.h",
50+
"backends/htpbackend/*.h",
7451
],
52+
exclude = ["Logging.h"],
53+
),
54+
define_static_target = True,
55+
link_whole = True, # needed for executorch/examples/models/llama2:main to register QnnBackend
56+
platforms = [ANDROID],
57+
visibility = ["@EXECUTORCH_CLIENTS"],
58+
resources = {
59+
"qnn_lib": "fbsource//third-party/qualcomm/qnn/qnn-2.25:qnn_offline_compile_libs",
60+
},
61+
deps = [
62+
"fbsource//third-party/qualcomm/qnn:api",
63+
":logging",
64+
"//executorch/backends/qualcomm:schema",
65+
"//executorch/backends/qualcomm/aot/ir:qcir_utils",
66+
"//executorch/backends/qualcomm/aot/wrappers:wrappers",
67+
"//executorch/runtime/backend:interface",
68+
"//executorch/runtime/core:core",
69+
"//executorch/extension/tensor:tensor",
70+
],
71+
exported_deps = [
72+
"//executorch/runtime/core/exec_aten/util:scalar_type_util",
73+
"//executorch/runtime/core:event_tracer",
74+
],
7575
)

0 commit comments

Comments
 (0)