File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,21 @@ package_group(
135135package_group (
136136 name = "litert_c_users" ,
137137 includes = [
138- ":litert_cc_users_dynamic_link" ,
139- ":litert_cc_users_static_link" ,
140138 ":litert_internal_users" ,
141139 ],
140+ packages = [
141+ "//litert/vendors/..." ,
142+ "//litert/kotlin/..." ,
143+ "//litert/rust/..." ,
144+ "//litert/samples/..." ,
145+ "//third_party/odml/litert/tensor/..." ,
146+ # TODO(b/454666070): Below targets should be removed after we remove their use of C headers.
147+ "//third_party/odml/litert_lm/..." ,
148+ "//third_party/odml/infra/genai/inference/..." ,
149+ # copybara:uncomment "//platforms/darwinn/...",
150+ "//third_party/odml/genai_modules/rag_pipeline/core/models/..." ,
151+ # copybara:uncomment "//research/xeno/audio/voicelm/calculators/lite_rt/...",
152+ ],
142153)
143154
144155# All litert users, least restrictive option.
You can’t perform that action at this time.
0 commit comments