blob: c5cb44108550e8172849c365c743fd833e228424 [file] [log] [blame]
Huihong Luoe5e76c72024-08-02 18:01:53 +00001package {
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
10aidl_interface {
11 name: "android.hardware.drm.common",
Huihong Luo3a42a8a2023-12-13 10:07:22 -080012 host_supported: true,
Huihong Luoe5e76c72024-08-02 18:01:53 +000013 vendor_available: true,
14 srcs: ["android/hardware/drm/*.aidl"],
15 stability: "vintf",
16 backend: {
17 cpp: {
18 enabled: false,
19 },
20 java: {
21 sdk_version: "module_current",
22 },
23 ndk: {
24 min_sdk_version: "34",
25 },
Huihong Luo3a42a8a2023-12-13 10:07:22 -080026 rust: {
27 enabled: true,
28 },
Huihong Luoe5e76c72024-08-02 18:01:53 +000029 },
30 double_loadable: true,
31 versions_with_info: [
32 {
33 version: "1",
34 imports: [],
35 },
36 ],
37 frozen: true,
38
39}