blob: 7ee8c34504492e804be4096a2c6d548590ef2498 [file] [log] [blame] [edit]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
aidl_interface {
name: "android.hardware.drm",
vendor_available: true,
srcs: ["android/hardware/drm/*.aidl"],
stability: "vintf",
frozen: true,
imports: [
"android.hardware.common-V2",
"android.hardware.drm.common-V1",
],
backend: {
cpp: {
enabled: false,
},
java: {
sdk_version: "module_current",
},
ndk: {
min_sdk_version: "34",
},
rust: {
enabled: true,
},
},
double_loadable: true,
versions_with_info: [
{
version: "1",
imports: [
"android.hardware.common-V2",
"android.hardware.drm.common-V1",
],
},
],
}