diff options
| author | Jeff Tinker <jtinker@google.com> | 2018-02-01 11:38:06 -0800 |
|---|---|---|
| committer | Jeff Tinker <jtinker@google.com> | 2018-02-01 12:26:43 -0800 |
| commit | c707779488855e60e17c193e8b7f0cd2b7b7504a (patch) | |
| tree | 2b70984bee18c9a81c2561cf4c487b0288a1d0fb /drm | |
| parent | 3e2f90f9cad44dfa5270c2bb08fd76aa1b42b519 (diff) | |
| download | android_hardware_interfaces-c707779488855e60e17c193e8b7f0cd2b7b7504a.tar.gz android_hardware_interfaces-c707779488855e60e17c193e8b7f0cd2b7b7504a.tar.bz2 android_hardware_interfaces-c707779488855e60e17c193e8b7f0cd2b7b7504a.zip | |
Fix incorrect comment in ICryptoFactory.hal
The comment referenced drm@1.1::ICryptoPlugin which
doesn't exist.
bug:64001680
bug:33657579
Change-Id: I6905fb4b8e3e1386b999ba64a6ca5f160d1c4eff
Diffstat (limited to 'drm')
| -rw-r--r-- | drm/1.1/ICryptoFactory.hal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drm/1.1/ICryptoFactory.hal b/drm/1.1/ICryptoFactory.hal index a1a748051..1f8caa57d 100644 --- a/drm/1.1/ICryptoFactory.hal +++ b/drm/1.1/ICryptoFactory.hal @@ -23,11 +23,11 @@ import @1.0::ICryptoPlugin; * crypto HAL to create crypto plugins. Crypto plugins create crypto sessions * which are used by a codec to decrypt protected video content. * - * The 1.1 factory must always create 1.1 ICryptoPlugin interfaces, which are + * The 1.1 factory must always create 1.0 ICryptoPlugin interfaces, which are * returned via the 1.0 createPlugin method. * - * To use 1.1 features the caller must cast the returned interface to a - * 1.1 HAL, using V1_1::ICryptoPlugin::castFrom(). + * The ICryptoFactory hal is required because all top-level interfaces + * have to be updated in a minor uprev. */ interface ICryptoFactory extends @1.0::ICryptoFactory { }; |
