1//      http://www.apache.org/licenses/LICENSE-2.0
2//
3// Unless required by applicable law or agreed to in writing, software
4// distributed under the License is distributed on an "AS IS" BASIS,
5// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6// See the License for the specific language governing permissions and
7// limitations under the License.
8
9package {
10    default_team: "trendy_team_fwk_uwb",
11    default_applicable_licenses: ["Android-Apache-2.0"],
12}
13
14filegroup {
15    name: "multi-sensor-proto",
16    srcs: [
17        "src/*.proto",
18    ],
19}
20
21java_library {
22    name: "multi-sensor-finder-configuration-java-proto",
23    proto: {
24        type: "lite",
25    },
26    sdk_version: "system_current",
27    min_sdk_version: "34",
28    srcs: [
29        "src/estimate.proto",
30        "src/debug_log.proto",
31        "src/multi_sensor_finder_configuration.proto",
32    ],
33    apex_available: [
34        "com.android.uwb",
35    ],
36}
37