Add test for single letter IDs.

am: deb0cfcea3

Change-Id: I3c54eca195b17610a0d8fd22dfbbb001277da1db
This commit is contained in:
Yifan Hong
2016-10-18 16:38:30 +00:00
committed by android-build-merger

View File

@@ -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; };