unplugged-system/hardware/google/interfaces/thermal/Android.bp

25 lines
459 B
Plaintext

package {
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
aidl_interface {
name: "pixel-thermal-ext",
owner: "google",
vendor_available: true,
srcs: [
"google/hardware/thermal/extension/pixel/IThermalExt.aidl",
],
stability: "vintf",
backend: {
cpp: {
enabled: true,
},
java: {
platform_apis: true,
},
},
}