mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
Add test for single letter IDs. am: deb0cfcea3
am: b1e0f270b7
Change-Id: I3221efb7b014fa7214ab10d3d500f922f5e6aa82
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
package android.hardware.tests.pointer@1.0;
|
||||
|
||||
interface IPointer {
|
||||
struct S { int32_t data; };
|
||||
struct A { S s; };
|
||||
// type declarations
|
||||
struct Sam { int32_t data; };
|
||||
struct Ada { ref<Sam> s_ptr; };
|
||||
|
||||
Reference in New Issue
Block a user