summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumit Semwal <sumit.semwal@linaro.org>2018-04-20 11:09:43 +0530
committerSumit Semwal <sumit.semwal@linaro.org>2018-07-24 12:36:39 +0530
commitcdce45f8b0589384815566f3ee464514761a826a (patch)
tree3f77cb56d2b0bd4a703ffe5f4b989ba789e4fdc7
parentfe16512956246efe782cc6e9c46b9e26dbefa65e (diff)
Omx: prepare for Treble
Update manifest to add info about OMX - this is required by FULL_TREBLE. Change-Id: I74a8d029197a321e2265f03c7bf5f87ca06ec2a8 Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
-rw-r--r--manifest.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index d76ceb0..3a16d74 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -103,6 +103,19 @@
</interface>
</hal>
<hal format="hidl">
+ <name>android.hardware.media.omx</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IOmx</name>
+ <instance>default</instance>
+ </interface>
+ <interface>
+ <name>IOmxStore</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+ <hal format="hidl">
<name>android.hardware.wifi</name>
<transport>hwbinder</transport>
<impl level="generic"></impl>