mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
In places where we are passing interfaces, pass around android.hidl.base.IBase to give flexibility to the test implementation, specifically in order to avoid passing local binders to Java process, which is a disabled feature. Bug: 169369810 Test: atest hidl_test hidl_test_java Change-Id: I7721a6ec7e72b96915a0dc66aa8e75c327032d1f
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.tests.safeunion@1.0",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"ISafeUnion.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hidl.base@1.0",
|
|
"android.hidl.safe_union@1.0",
|
|
],
|
|
gen_java: true,
|
|
}
|