platform_hardware_interfaces/drm/1.1/Android.bp
Nathan Harold c893754c0d Update Makefiles Missed In Previous Commits
When calling update-makefiles.sh there are
some unrelated changes that were missed in
previous commits.

Bug: 8675309
Test: compilation
Change-Id: I5bf67fbcc809de36bde1869ada7b835566a5198b
2018-03-19 16:37:46 -07:00

28 lines
571 B
Text

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.drm@1.1",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
"ICryptoFactory.hal",
"IDrmFactory.hal",
"IDrmPlugin.hal",
],
interfaces: [
"android.hardware.drm@1.0",
"android.hidl.base@1.0",
],
types: [
"DrmMetricGroup",
"HdcpLevel",
"KeyRequestType",
"SecureStopRelease",
"SecurityLevel",
],
gen_java: false,
}