mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 23:07:49 +00:00
Introduce minor version increment to ILazy for testing lazy HAL inheritance. Bug: 157451814 Bug: 158606505 Test: hidl_lazy_test Change-Id: Ib418bc002e834edf5eae53043875dcb351b3eaf2
16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.tests.lazy@1.1",
|
|
root: "android.hardware",
|
|
system_ext_specific: true,
|
|
srcs: [
|
|
"ILazy.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.tests.lazy@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
gen_java: true,
|
|
}
|