From 21bdf309cba52ca779fba2234691e5f5f7675146 Mon Sep 17 00:00:00 2001 From: Android Partner Docs Date: Mon, 25 Sep 2017 10:25:54 -0700 Subject: Docs: Changes to source.android.com - 169925052 Added CVE-2017-11120 and CVE-2017-11121 to September publ... by Android Partner Docs - 169704024 Replace less secure manual setup of udev rules with DAC d... by claym - 169647120 Update documentation for forward references. by Android Partner Docs - 169624347 Updating streaming details by hvm - 169439761 Replace angler OPR6.170623.017 with OPR6.170623.019. by Android Partner Docs - 169435603 Fix insecure wget for Android environment instructions. by Android Partner Docs - 169433384 Update build numbers for Fugu O release by Android Partner Docs - 169399261 Update ignore paths in security tab for localization by daroberts - 169399181 Update ignore paths in Compatibility section for localiza... by daroberts - 169299180 Updated acknowledgements for July public security bulleti... by Android Partner Docs PiperOrigin-RevId: 169925052 Change-Id: I9f31973956e69e9b43f8df3836af6e77d0adf89b --- en/devices/architecture/hidl/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'en/devices/architecture') diff --git a/en/devices/architecture/hidl/index.html b/en/devices/architecture/hidl/index.html index 20f4a607..2ff78a12 100644 --- a/en/devices/architecture/hidl/index.html +++ b/en/devices/architecture/hidl/index.html @@ -191,8 +191,8 @@ IMPORTS = TYPE = uint8_t | int8_t | uint16_t | int16_t | uint32_t | int32_t | uint64_t | int64_t | float | double | bool | string -| identifier // must have been previously typedef'd - // or defined with struct, union, enum, or import +| identifier // must be defined as a typedef, struct, union, enum or import + // including those defined later in the file | memory | pointer | vec<TYPE> -- cgit v1.2.3