Files
hardware_interfaces/input/common/1.0/Android.bp
Steven Moreland f8a47b7f01 Update makefiles.
Bug: 123976090
Test: N/A
Change-Id: I5fb6c126a090a3fe0fa4829ea9224564133dc1ae
2019-02-11 21:14:16 -08:00

32 lines
587 B
Plaintext

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.input.common@1.0",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
],
types: [
"Action",
"Axis",
"Button",
"Classification",
"EdgeFlag",
"Flag",
"Meta",
"MotionEvent",
"PointerCoords",
"PointerProperties",
"PolicyFlag",
"Source",
"SourceClass",
"ToolType",
"VideoFrame",
],
gen_java: true,
}