mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
When user input 'fastboot erase userdata' in fastbootd, may need an oem specific API doOemSpecificErase() to wipe other userdata in device. If oem doesn't need this specific API, oem could return NOT_SUPPORTED to fastbootd. Bug: 169173873 Change-Id: Ie12ede31ef071a3c15265777b55746536a861292
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.fastboot@1.1",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"IFastboot.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.fastboot@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
gen_java: true,
|
|
}
|