@@ -30,6 +30,7 @@ fb_android_cxx_library(
30
30
compiler_flags = [
31
31
"-frtti" ,
32
32
"-fexceptions" ,
33
+ "-Wno-unused-variable" ,
33
34
],
34
35
soname = "libexecutorch.$(ext)" ,
35
36
visibility = ["PUBLIC" ],
@@ -38,6 +39,7 @@ fb_android_cxx_library(
38
39
"//fbandroid/native/fb:fb" ,
39
40
"//third-party/glog:glog" ,
40
41
"//xplat/executorch/extension/module:module_static" ,
42
+ "//xplat/executorch/extension/runner_util:inputs_static" ,
41
43
"//xplat/executorch/extension/runner_util:managed_tensor_static" ,
42
44
],
43
45
)
@@ -50,6 +52,7 @@ fb_android_cxx_library(
50
52
compiler_flags = [
51
53
"-frtti" ,
52
54
"-fexceptions" ,
55
+ "-Wno-unused-variable" ,
53
56
],
54
57
soname = "libexecutorch.$(ext)" ,
55
58
visibility = ["PUBLIC" ],
@@ -60,6 +63,7 @@ fb_android_cxx_library(
60
63
"//third-party/glog:glog" ,
61
64
"//xplat/executorch/backends/xnnpack:xnnpack_backend_static" ,
62
65
"//xplat/executorch/extension/module:module_static" ,
66
+ "//xplat/executorch/extension/runner_util:inputs_static" ,
63
67
"//xplat/executorch/extension/runner_util:managed_tensor_static" ,
64
68
],
65
69
)
0 commit comments