You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
490 B
24 lines
490 B
package {
|
|
default_applicable_licenses: ["frameworks_native_license"],
|
|
}
|
|
|
|
filegroup {
|
|
name: "motion_predictor_model",
|
|
srcs: [
|
|
"motion_predictor_model.tflite",
|
|
"motion_predictor_config.xml",
|
|
],
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "motion_predictor_model_prebuilt",
|
|
filename_from_src: true,
|
|
src: "motion_predictor_model.tflite",
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "motion_predictor_model_config",
|
|
filename_from_src: true,
|
|
src: "motion_predictor_config.xml",
|
|
}
|