Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
24 lines
490 B
Plaintext
24 lines
490 B
Plaintext
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",
|
|
}
|