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 | }, |
Ady Abraham | fd549c9 | 2021-09-04 21:58:20 -0700 | [diff] [blame] | 18 | vndk_use_version: "3", |
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 | b196a65 | 2021-08-30 17:56:06 -0700 | [diff] [blame] | 24 | "android.hardware.common-V2", |
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: { |
Leon Scroggins III | bab1ba5 | 2022-02-01 17:54:20 -0500 | [diff] [blame] | 28 | enabled: true, |
| 29 | platform_apis: true, |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 30 | }, |
| 31 | cpp: { |
| 32 | enabled: false, |
| 33 | }, |
Jooyung Han | 350467d | 2020-05-21 22:46:03 +0900 | [diff] [blame] | 34 | ndk: { |
| 35 | apex_available: [ |
| 36 | "//apex_available:platform", |
| 37 | "com.android.media.swcodec", |
Michael Butler | 8c4f0fc | 2021-03-24 21:26:02 -0700 | [diff] [blame] | 38 | "com.android.neuralnetworks", |
Jooyung Han | 350467d | 2020-05-21 22:46:03 +0900 | [diff] [blame] | 39 | ], |
| 40 | min_sdk_version: "29", |
| 41 | }, |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 42 | }, |
Jiyong Park | 72b6359 | 2021-05-21 11:28:05 +0900 | [diff] [blame] | 43 | versions: [ |
| 44 | "1", |
| 45 | "2", |
| 46 | ], |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 47 | } |