1*523fa7a6SAndroid Build Coastguard Workerload("@fbcode_macros//build_defs:python_library.bzl", "python_library") 2*523fa7a6SAndroid Build Coastguard Worker 3*523fa7a6SAndroid Build Coastguard Workeroncall("odai_jarvis") 4*523fa7a6SAndroid Build Coastguard Worker 5*523fa7a6SAndroid Build Coastguard Workerpython_library( 6*523fa7a6SAndroid Build Coastguard Worker name = "runtime", 7*523fa7a6SAndroid Build Coastguard Worker srcs = [ 8*523fa7a6SAndroid Build Coastguard Worker "__init__.py", 9*523fa7a6SAndroid Build Coastguard Worker "executor.py", 10*523fa7a6SAndroid Build Coastguard Worker ] + glob([ 11*523fa7a6SAndroid Build Coastguard Worker "xtsc-cfg/**/*", 12*523fa7a6SAndroid Build Coastguard Worker ]), 13*523fa7a6SAndroid Build Coastguard Worker typing = True, 14*523fa7a6SAndroid Build Coastguard Worker deps = [ 15*523fa7a6SAndroid Build Coastguard Worker "//caffe2:torch", 16*523fa7a6SAndroid Build Coastguard Worker "//executorch/devtools/bundled_program:config", 17*523fa7a6SAndroid Build Coastguard Worker "//executorch/devtools/bundled_program:core", 18*523fa7a6SAndroid Build Coastguard Worker "//executorch/devtools/bundled_program/serialize:lib", 19*523fa7a6SAndroid Build Coastguard Worker "//executorch/exir:lib", 20*523fa7a6SAndroid Build Coastguard Worker ], 21*523fa7a6SAndroid Build Coastguard Worker) 22