xref: /aosp_15_r20/frameworks/native/data/etc/input/Android.bp (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
1*38e8c45fSAndroid Build Coastguard Workerpackage {
2*38e8c45fSAndroid Build Coastguard Worker    default_applicable_licenses: ["frameworks_native_license"],
3*38e8c45fSAndroid Build Coastguard Worker}
4*38e8c45fSAndroid Build Coastguard Worker
5*38e8c45fSAndroid Build Coastguard Workerfilegroup {
6*38e8c45fSAndroid Build Coastguard Worker    name: "motion_predictor_model",
7*38e8c45fSAndroid Build Coastguard Worker    srcs: [
8*38e8c45fSAndroid Build Coastguard Worker        "motion_predictor_model.tflite",
9*38e8c45fSAndroid Build Coastguard Worker        "motion_predictor_config.xml",
10*38e8c45fSAndroid Build Coastguard Worker    ],
11*38e8c45fSAndroid Build Coastguard Worker}
12*38e8c45fSAndroid Build Coastguard Worker
13*38e8c45fSAndroid Build Coastguard Workerprebuilt_etc {
14*38e8c45fSAndroid Build Coastguard Worker    name: "motion_predictor_model_prebuilt",
15*38e8c45fSAndroid Build Coastguard Worker    filename_from_src: true,
16*38e8c45fSAndroid Build Coastguard Worker    src: "motion_predictor_model.tflite",
17*38e8c45fSAndroid Build Coastguard Worker}
18*38e8c45fSAndroid Build Coastguard Worker
19*38e8c45fSAndroid Build Coastguard Workerprebuilt_etc {
20*38e8c45fSAndroid Build Coastguard Worker    name: "motion_predictor_model_config",
21*38e8c45fSAndroid Build Coastguard Worker    filename_from_src: true,
22*38e8c45fSAndroid Build Coastguard Worker    src: "motion_predictor_config.xml",
23*38e8c45fSAndroid Build Coastguard Worker}
24