diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2018-02-14 15:53:26 +0000 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2018-02-14 15:55:31 +0000 |
| commit | c16c3b3f52b2755315c6de1712403df3afeedd2c (patch) | |
| tree | fbf9887b596dac4ae7534ae281c9fa4ddc9914f7 | |
| parent | 3225e0fff99455183b4aadfdf28b4c28a7346cc5 (diff) | |
flounder: Add RenderScript HIDL impl definition to the manifest
Change-Id: I2b9085ef654603d1f1fd6088eea03a98e2439ebd
| -rw-r--r-- | manifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml index 66a55b3..aca9b7f 100644 --- a/manifest.xml +++ b/manifest.xml @@ -172,6 +172,15 @@ </interface> </hal> <hal format="hidl"> + <name>android.hardware.renderscript</name> + <transport arch="32+64">passthrough</transport> + <version>1.0</version> + <interface> + <name>IDevice</name> + <instance>default</instance> + </interface> + </hal> + <hal format="hidl"> <name>android.hardware.sensors</name> <transport arch="32+64">passthrough</transport> <version>1.0</version> |
