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: { |
| 36 | apps_enabled: false, |
| 37 | }, |
Austin Foxley | 4f3a09d | 2023-05-05 22:00:36 +0000 | [diff] [blame] | 38 | rust: { |
| 39 | enabled: true, |
| 40 | }, |
Arthur Ishiguro | a257b78 | 2021-08-04 10:40:29 -0700 | [diff] [blame] | 41 | }, |
Jiyong Park | 70f5837 | 2022-04-16 07:03:24 +0900 | [diff] [blame] | 42 | versions_with_info: [ |
| 43 | { |
| 44 | version: "1", |
| 45 | imports: [], |
| 46 | }, |
Alex Buynytskyy | ec1198d | 2023-04-04 19:52:27 +0000 | [diff] [blame] | 47 | { |
| 48 | version: "2", |
| 49 | imports: [], |
| 50 | }, |
Devin Moore | a8efdb1 | 2024-02-20 17:31:40 +0000 | [diff] [blame] | 51 | { |
| 52 | version: "3", |
| 53 | imports: [], |
| 54 | }, |
Alex Buynytskyy | ec1198d | 2023-04-04 19:52:27 +0000 | [diff] [blame] | 55 | |
Jiyong Park | 70f5837 | 2022-04-16 07:03:24 +0900 | [diff] [blame] | 56 | ], |
Devin Moore | a8efdb1 | 2024-02-20 17:31:40 +0000 | [diff] [blame] | 57 | frozen: true, |
Jiyong Park | 70f5837 | 2022-04-16 07:03:24 +0900 | [diff] [blame] | 58 | |
Arthur Ishiguro | a257b78 | 2021-08-04 10:40:29 -0700 | [diff] [blame] | 59 | } |