From dad22198bea3d2ceddae0b0323ab9cca85741168 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 5 Oct 2018 11:16:20 -0700 Subject: [PATCH] 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 --- tests/foo/1.0/IFoo.hal | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/foo/1.0/IFoo.hal b/tests/foo/1.0/IFoo.hal index 4a930a28d1..9642e2a8e4 100644 --- a/tests/foo/1.0/IFoo.hal +++ b/tests/foo/1.0/IFoo.hal @@ -103,7 +103,6 @@ interface IFoo { union U { int8_t number; int8_t[1][2] multidimArray; - pointer p; Fumble anotherStruct; bitfield bf; } u;