blob: df6e063841a61fc8c31dc8108a174e8936129482 [file] [log] [blame]
Arthur Ishiguroa257b782021-08-04 10:40:29 -07001// Copyright 2021 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
Bob Badoure0a9bb22021-09-13 16:08:07 -070015package {
Aditya Choudharyad2ba1b2024-02-05 15:45:22 +000016 default_team: "trendy_team_context_hub",
Bob Badoure0a9bb22021-09-13 16:08:07 -070017 // See: http://go/android-license-faq
18 // A large-scale-change added 'default_applicable_licenses' to import
19 // all of the 'license_kinds' from "hardware_interfaces_license"
20 // to get the below license kinds:
21 // SPDX-license-identifier-Apache-2.0
22 default_applicable_licenses: ["hardware_interfaces_license"],
23}
24
Arthur Ishiguroa257b782021-08-04 10:40:29 -070025aidl_interface {
26 name: "android.hardware.contexthub",
27 vendor_available: true,
Victor Berchetb32b5442022-02-02 10:16:41 -080028 host_supported: true,
Arthur Ishiguroa257b782021-08-04 10:40:29 -070029 srcs: ["android/hardware/contexthub/*.aidl"],
30 stability: "vintf",
31 backend: {
32 java: {
33 sdk_version: "module_current",
34 },
35 ndk: {
Jayden Kimbd85b672024-12-04 06:48:42 +000036 apex_available: [
37 "//apex_available:platform",
William Escande651113e2025-01-09 14:37:59 -080038 "com.android.bt",
Jayden Kimbd85b672024-12-04 06:48:42 +000039 ],
40 min_sdk_version: "33",
41 apps_enabled: true,
Arthur Ishiguroa257b782021-08-04 10:40:29 -070042 },
Austin Foxley4f3a09d2023-05-05 22:00:36 +000043 rust: {
44 enabled: true,
45 },
Arthur Ishiguroa257b782021-08-04 10:40:29 -070046 },
Jiyong Park70f58372022-04-16 07:03:24 +090047 versions_with_info: [
48 {
49 version: "1",
50 imports: [],
51 },
Alex Buynytskyyec1198d2023-04-04 19:52:27 +000052 {
53 version: "2",
54 imports: [],
55 },
Devin Moorea8efdb12024-02-20 17:31:40 +000056 {
57 version: "3",
58 imports: [],
59 },
Devin Moore9df02452025-01-08 21:21:06 +000060 {
61 version: "4",
62 imports: [],
63 },
64
Jiyong Park70f58372022-04-16 07:03:24 +090065 ],
Devin Moore9df02452025-01-08 21:21:06 +000066 frozen: true,
Arthur Ishiguroa257b782021-08-04 10:40:29 -070067}