diff --git a/tests/pointer/1.0/IPointer.hal b/tests/pointer/1.0/IPointer.hal index e68fb31ae8..4560a4a751 100644 --- a/tests/pointer/1.0/IPointer.hal +++ b/tests/pointer/1.0/IPointer.hal @@ -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 s_ptr; };