platform_hardware_interfaces/fastboot/1.0/Android.bp
Hridya Valsaraju c83cec76fa Get partition file system type from Fastboot HAL
Partition type is required for fastbootd to
format partitions.

Test: make
Bug: 79480454
Change-Id: I49f21fe6f1626cf3da566b33cc84131b3e3c85ff
2018-09-06 14:47:01 -07:00

22 lines
391 B
Text

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.fastboot@1.0",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
"IFastboot.hal",
],
interfaces: [
"android.hidl.base@1.0",
],
types: [
"Status",
"Result",
],
gen_java: false,
}