commit | 61db8544658dd5d7afdf3f16e505490bfba0b104 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Oct 03 10:30:55 2016 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue Oct 04 10:40:55 2016 -0700 |
tree | b924729832c387d9cc16352a625597125dba6836 | |
parent | ea4b569fee889aff56ac3d2414d7730f5e8d2fd7 [diff] [blame] |
Add test for referring to nested types. Bug: 31821285 Test: `make hidl_test && adb sync && adb shell hidl_test` Change-Id: Iae030baa5bbe6e890512b494a0b657163c6a99a6
diff --git a/tests/foo/1.0/IFoo.hal b/tests/foo/1.0/IFoo.hal index d0119ec..5cbacd2 100644 --- a/tests/foo/1.0/IFoo.hal +++ b/tests/foo/1.0/IFoo.hal
@@ -31,7 +31,7 @@ }; struct Fumble { - float x; + Outer.Inner data; }; typedef Fumble Gumble;