platform_hardware_interfaces/neuralnetworks/1.1/Android.bp
Nathan Harold de56860a9b Something fishy in 1.1
Change-Id: I39efa4355cf37b45f3d1068821ec25bc387c37d7
2018-06-21 19:34:21 +00:00

26 lines
524 B
Text

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.neuralnetworks@1.1",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
"IDevice.hal",
],
interfaces: [
"android.hardware.neuralnetworks@1.0",
"android.hidl.base@1.0",
],
types: [
"Capabilities",
"ExecutionPreference",
"Model",
"Operation",
"OperationType",
],
gen_java: false,
}