aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-09-25 10:25:54 -0700
committerClay Murphy <claym@google.com>2017-09-25 22:09:31 -0700
commit21bdf309cba52ca779fba2234691e5f5f7675146 (patch)
treed5c25a42932bffe7f970c2608a905102842bbc0a /en/devices/architecture
parenta6089e10adfa1773ef66510065ceb25cb9634610 (diff)
downloadsource.android.com-21bdf309cba52ca779fba2234691e5f5f7675146.tar.gz
Docs: Changes to source.android.com
- 169925052 Added CVE-2017-11120 and CVE-2017-11121 to September publ... by Android Partner Docs <noreply@android.com> - 169704024 Replace less secure manual setup of udev rules with DAC d... by claym <claym@google.com> - 169647120 Update documentation for forward references. by Android Partner Docs <noreply@android.com> - 169624347 Updating streaming details by hvm <hvm@google.com> - 169439761 Replace angler OPR6.170623.017 with OPR6.170623.019. by Android Partner Docs <noreply@android.com> - 169435603 Fix insecure wget for Android environment instructions. by Android Partner Docs <noreply@android.com> - 169433384 Update build numbers for Fugu O release by Android Partner Docs <noreply@android.com> - 169399261 Update ignore paths in security tab for localization by daroberts <daroberts@google.com> - 169399181 Update ignore paths in Compatibility section for localiza... by daroberts <daroberts@google.com> - 169299180 Updated acknowledgements for July public security bulleti... by Android Partner Docs <noreply@android.com> PiperOrigin-RevId: 169925052 Change-Id: I9f31973956e69e9b43f8df3836af6e77d0adf89b
Diffstat (limited to 'en/devices/architecture')
-rw-r--r--en/devices/architecture/hidl/index.html4
1 files changed, 2 insertions, 2 deletions
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&lt;TYPE&gt;