Bob Badour | 13cb922 | 2022-02-10 13:39:55 -0800 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 8 | } |
| 9 | |
Jayant Chowdhary | fd3b3c6 | 2021-11-03 12:23:41 -0700 | [diff] [blame] | 10 | aidl_interface { |
| 11 | name: "android.hardware.camera.device", |
| 12 | vendor_available: true, |
| 13 | srcs: ["android/hardware/camera/device/*.aidl"], |
Steven Moreland | edff13e | 2022-12-06 02:07:44 +0000 | [diff] [blame] | 14 | frozen: false, |
Jayant Chowdhary | fd3b3c6 | 2021-11-03 12:23:41 -0700 | [diff] [blame] | 15 | stability: "vintf", |
| 16 | imports: [ |
| 17 | "android.hardware.common-V2", |
| 18 | "android.hardware.common.fmq-V1", |
Austin Borger | 4728fc4 | 2022-07-15 11:27:53 -0700 | [diff] [blame] | 19 | "android.hardware.camera.common-V1", |
| 20 | "android.hardware.camera.metadata-V2", |
Steven Moreland | ed27779 | 2022-10-29 00:51:21 +0000 | [diff] [blame] | 21 | "android.hardware.graphics.common-V4", |
Jayant Chowdhary | fd3b3c6 | 2021-11-03 12:23:41 -0700 | [diff] [blame] | 22 | ], |
| 23 | backend: { |
| 24 | cpp: { |
| 25 | enabled: false, |
| 26 | }, |
| 27 | java: { |
| 28 | sdk_version: "module_current", |
| 29 | enabled: false, |
| 30 | }, |
Jayant Chowdhary | fd3b3c6 | 2021-11-03 12:23:41 -0700 | [diff] [blame] | 31 | }, |
Jiyong Park | 703e979 | 2022-03-22 14:18:48 +0900 | [diff] [blame] | 32 | versions_with_info: [ |
| 33 | { |
| 34 | version: "1", |
| 35 | imports: [ |
| 36 | "android.hardware.common-V2", |
| 37 | "android.hardware.common.fmq-V1", |
| 38 | "android.hardware.camera.common-V1", |
| 39 | "android.hardware.camera.metadata-V1", |
Steven Moreland | ed27779 | 2022-10-29 00:51:21 +0000 | [diff] [blame] | 40 | "android.hardware.graphics.common-V4", |
Jiyong Park | 703e979 | 2022-03-22 14:18:48 +0900 | [diff] [blame] | 41 | ], |
| 42 | }, |
| 43 | ], |
| 44 | |
Jayant Chowdhary | fd3b3c6 | 2021-11-03 12:23:41 -0700 | [diff] [blame] | 45 | } |