Files
hardware_interfaces/thermal/1.0/Android.bp
Steven Moreland a1169dd600 Update makefiles for hidl_interface.
Bug: 35570956
Test: manual
Change-Id: I7a220b78ee081240e1dc30ef5672ba39e3e98375
2017-11-10 09:06:55 -08:00

29 lines
554 B
Plaintext

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.thermal@1.0",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
"IThermal.hal",
],
interfaces: [
"android.hidl.base@1.0",
],
types: [
"CoolingDevice",
"CoolingType",
"CpuUsage",
"Temperature",
"TemperatureType",
"ThermalStatus",
"ThermalStatusCode",
],
gen_java: true,
gen_java_constants: true,
}