Arthur Ishiguro | a257b78 | 2021-08-04 10:40:29 -0700 | [diff] [blame] | 1 | // 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 Badour | e0a9bb2 | 2021-09-13 16:08:07 -0700 | [diff] [blame] | 15 | package { |
Aditya Choudhary | ad2ba1b | 2024-02-05 15:45:22 +0000 | [diff] [blame] | 16 | default_team: "trendy_team_context_hub", |
Bob Badour | e0a9bb2 | 2021-09-13 16:08:07 -0700 | [diff] [blame] | 17 | // 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 Ishiguro | a257b78 | 2021-08-04 10:40:29 -0700 | [diff] [blame] | 25 | aidl_interface { |
| 26 | name: "android.hardware.contexthub", |
| 27 | vendor_available: true, |
Victor Berchet | b32b544 | 2022-02-02 10:16:41 -0800 | [diff] [blame] | 28 | host_supported: true, |
Arthur Ishiguro | a257b78 | 2021-08-04 10:40:29 -0700 | [diff] [blame] | 29 | srcs: ["android/hardware/contexthub/*.aidl"], |
| 30 | stability: "vintf", |
| 31 | backend: { |
| 32 | java: { |
| 33 | sdk_version: "module_current", |
| 34 | }, |
| 35 | ndk: { |
Jayden Kim | bd85b67 | 2024-12-04 06:48:42 +0000 | [diff] [blame] | 36 | apex_available: [ |
| 37 | "//apex_available:platform", |
| 38 | "com.android.btservices", |
| 39 | ], |
| 40 | min_sdk_version: "33", |
| 41 | apps_enabled: true, |
Arthur Ishiguro | a257b78 | 2021-08-04 10:40:29 -0700 | [diff] [blame] | 42 | }, |
Austin Foxley | 4f3a09d | 2023-05-05 22:00:36 +0000 | [diff] [blame] | 43 | rust: { |
| 44 | enabled: true, |
| 45 | }, |
Arthur Ishiguro | a257b78 | 2021-08-04 10:40:29 -0700 | [diff] [blame] | 46 | }, |
Jiyong Park | 70f5837 | 2022-04-16 07:03:24 +0900 | [diff] [blame] | 47 | versions_with_info: [ |
| 48 | { |
| 49 | version: "1", |
| 50 | imports: [], |
| 51 | }, |
Alex Buynytskyy | ec1198d | 2023-04-04 19:52:27 +0000 | [diff] [blame] | 52 | { |
| 53 | version: "2", |
| 54 | imports: [], |
| 55 | }, |
Devin Moore | a8efdb1 | 2024-02-20 17:31:40 +0000 | [diff] [blame] | 56 | { |
| 57 | version: "3", |
| 58 | imports: [], |
| 59 | }, |
Jiyong Park | 70f5837 | 2022-04-16 07:03:24 +0900 | [diff] [blame] | 60 | ], |
Yifei Zhang | 9563436 | 2024-09-10 00:11:11 -0700 | [diff] [blame] | 61 | frozen: false, |
Arthur Ishiguro | a257b78 | 2021-08-04 10:40:29 -0700 | [diff] [blame] | 62 | } |