commit | 1b324900654f323ef4b876826cb0b2bd87992b55 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Oct 08 09:34:07 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 08 09:34:07 2018 -0700 |
tree | ae9bcbebf356512510b05ee9b0bfa1dff6449766 | |
parent | 656e05870c2891e69df7f0c16a2fa2c8a3a5725f [diff] | |
parent | 94955f45cac733d6d6b20ac7d9ddd361aa7d8f60 [diff] |
Merge "IFoo: remove pointer from u." am: 999693e4e8 am: 94955f45ca Change-Id: I2c2b7d9ad777614ad216d4181332d53fa5027d90
diff --git a/tests/foo/1.0/IFoo.hal b/tests/foo/1.0/IFoo.hal index 4a930a2..9642e2a 100644 --- a/tests/foo/1.0/IFoo.hal +++ b/tests/foo/1.0/IFoo.hal
@@ -103,7 +103,6 @@ union U { int8_t number; int8_t[1][2] multidimArray; - pointer p; Fumble anotherStruct; bitfield<BitField> bf; } u;