Bob Badour | c22b35b | 2021-02-23 14:26:20 -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 | |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 10 | aidl_interface { |
Steven Moreland | 926aa80 | 2020-01-06 13:58:00 -0800 | [diff] [blame] | 11 | name: "android.hardware.graphics.common", |
Marissa Wall | 88d87fa | 2019-11-05 14:57:51 -0800 | [diff] [blame] | 12 | host_supported: true, |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 13 | vendor_available: true, |
| 14 | vndk: { |
| 15 | enabled: true, |
| 16 | support_system_process: true, |
| 17 | }, |
Steven Moreland | e048215 | 2020-10-16 23:39:53 +0000 | [diff] [blame] | 18 | vndk_use_version: "2", |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 19 | srcs: [ |
| 20 | "android/hardware/graphics/common/*.aidl", |
| 21 | ], |
| 22 | stability: "vintf", |
Pawin Vongmasa | d535133 | 2019-11-12 19:33:23 -0800 | [diff] [blame] | 23 | imports: [ |
Steven Moreland | 926aa80 | 2020-01-06 13:58:00 -0800 | [diff] [blame] | 24 | "android.hardware.common", |
Pawin Vongmasa | d535133 | 2019-11-12 19:33:23 -0800 | [diff] [blame] | 25 | ], |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 26 | backend: { |
| 27 | java: { |
| 28 | enabled: false, |
| 29 | }, |
| 30 | cpp: { |
| 31 | enabled: false, |
| 32 | }, |
Jooyung Han | 350467d | 2020-05-21 22:46:03 +0900 | [diff] [blame] | 33 | ndk: { |
| 34 | apex_available: [ |
| 35 | "//apex_available:platform", |
| 36 | "com.android.media.swcodec", |
Michael Butler | 8c4f0fc | 2021-03-24 21:26:02 -0700 | [diff] [blame] | 37 | "com.android.neuralnetworks", |
Jooyung Han | 350467d | 2020-05-21 22:46:03 +0900 | [diff] [blame] | 38 | ], |
| 39 | min_sdk_version: "29", |
| 40 | }, |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 41 | }, |
Jeongik Cha | 7e26745 | 2020-04-08 16:27:47 +0900 | [diff] [blame] | 42 | versions: ["1"], |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 43 | } |