Files
hardware_interfaces/tv/input/aidl/Android.bp
David Zhao 6bdbc5e62d Add new APIs for watermarking
Bug: 263762255
Test: m
Change-Id: I7eeaa58f0a3a1056f33e22aba42540636794ade1
2023-01-25 17:15:52 -08:00

29 lines
800 B
Plaintext

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.tv.input",
vendor_available: true,
srcs: ["android/hardware/tv/input/*.aidl"],
imports: [
"android.hardware.common-V2",
"android.media.audio.common.types-V1",
"android.hardware.common.fmq-V1",
],
stability: "vintf",
backend: {
java: {
sdk_version: "module_current",
},
cpp: {
enabled: false,
},
},
}