Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bad4ec3 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Add test for single letter IDs. am: deb0cfce

am: b1e0f270

Change-Id: I3221efb7b014fa7214ab10d3d500f922f5e6aa82
parents 2bbecd66 b1e0f270
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -17,6 +17,8 @@
package android.hardware.tests.pointer@1.0;
package android.hardware.tests.pointer@1.0;


interface IPointer {
interface IPointer {
  struct S { int32_t data; };
  struct A { S s; };
  // type declarations
  // type declarations
  struct Sam { int32_t data; };
  struct Sam { int32_t data; };
  struct Ada { ref<Sam> s_ptr; };
  struct Ada { ref<Sam> s_ptr; };