Yixiao Luo | 2b41ee5 | 2022-08-11 18:13:42 -0700 | [diff] [blame] | 1 | package { |
Aditya Choudhary | c5c6c62 | 2024-01-31 11:06:17 +0000 | [diff] [blame^] | 2 | default_team: "trendy_team_tv_os", |
Yixiao Luo | 2b41ee5 | 2022-08-11 18:13:42 -0700 | [diff] [blame] | 3 | // See: http://go/android-license-faq |
| 4 | // A large-scale-change added 'default_applicable_licenses' to import |
| 5 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 6 | // to get the below license kinds: |
| 7 | // SPDX-license-identifier-Apache-2.0 |
| 8 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 9 | } |
| 10 | |
| 11 | aidl_interface { |
| 12 | name: "android.hardware.tv.input", |
| 13 | vendor_available: true, |
| 14 | srcs: ["android/hardware/tv/input/*.aidl"], |
| 15 | imports: [ |
| 16 | "android.hardware.common-V2", |
| 17 | "android.media.audio.common.types-V1", |
David Zhao | 6bdbc5e | 2023-01-12 16:51:03 -0800 | [diff] [blame] | 18 | "android.hardware.common.fmq-V1", |
Yixiao Luo | 2b41ee5 | 2022-08-11 18:13:42 -0700 | [diff] [blame] | 19 | ], |
| 20 | stability: "vintf", |
| 21 | backend: { |
| 22 | java: { |
| 23 | sdk_version: "module_current", |
| 24 | }, |
| 25 | cpp: { |
| 26 | enabled: false, |
| 27 | }, |
| 28 | }, |
Alex Buynytskyy | ec1198d | 2023-04-04 19:52:27 +0000 | [diff] [blame] | 29 | versions_with_info: [ |
| 30 | { |
| 31 | version: "1", |
| 32 | imports: [ |
| 33 | "android.hardware.common-V2", |
| 34 | "android.media.audio.common.types-V1", |
| 35 | "android.hardware.common.fmq-V1", |
| 36 | ], |
| 37 | }, |
| 38 | ], |
| 39 | frozen: true, |
| 40 | |
Yixiao Luo | 2b41ee5 | 2022-08-11 18:13:42 -0700 | [diff] [blame] | 41 | } |