summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSteven Moreland2018-10-05 13:16:20 -0500
committerSteven Moreland2018-10-05 13:16:20 -0500
commitdad22198bea3d2ceddae0b0323ab9cca85741168 (patch)
tree7d2f25b15549553c985e230585fcd8a51d333b5f /tests
parent9ba23d0c7882e10451cbc1fb1b3b987a7982cb6a (diff)
downloadplatform-hardware-interfaces-dad22198bea3d2ceddae0b0323ab9cca85741168.tar.gz
platform-hardware-interfaces-dad22198bea3d2ceddae0b0323ab9cca85741168.tar.xz
platform-hardware-interfaces-dad22198bea3d2ceddae0b0323ab9cca85741168.zip
IFoo: remove pointer from u.
pointer needs a fixup (to abort) since they can't be used in remote transactions, so removing it from the union here. Bug: 117322722 Test: hidl_test Change-Id: Ie582f6b79a8176ca1585bf4b1f43ae9d5d97fa92
Diffstat (limited to 'tests')
-rw-r--r--tests/foo/1.0/IFoo.hal1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/foo/1.0/IFoo.hal b/tests/foo/1.0/IFoo.hal
index 4a930a28..9642e2a8 100644
--- a/tests/foo/1.0/IFoo.hal
+++ b/tests/foo/1.0/IFoo.hal
@@ -103,7 +103,6 @@ interface IFoo {
103 union U { 103 union U {
104 int8_t number; 104 int8_t number;
105 int8_t[1][2] multidimArray; 105 int8_t[1][2] multidimArray;
106 pointer p;
107 Fumble anotherStruct; 106 Fumble anotherStruct;
108 bitfield<BitField> bf; 107 bitfield<BitField> bf;
109 } u; 108 } u;