Philip Quinn | 8f953ab | 2022-12-06 15:37:07 -0800 | [diff] [blame^] | 1 | package { |
2 | default_applicable_licenses: ["frameworks_native_license"], | ||||
3 | } | ||||
4 | |||||
5 | filegroup { | ||||
6 | name: "motion_predictor_model.fb", | ||||
7 | srcs: ["motion_predictor_model.fb"], | ||||
8 | } | ||||
9 | |||||
10 | prebuilt_etc { | ||||
11 | name: "motion_predictor_model_prebuilt", | ||||
12 | filename_from_src: true, | ||||
13 | src: "motion_predictor_model.fb", | ||||
14 | } |