summaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-03-28 00:28:35 +0000
committerYifan Hong <elsk@google.com>2017-03-28 17:47:49 +0000
commit18ded04dd154e7885743daec26985c4aa22d5a6d (patch)
treef6f2ba0fbcdba10d4ed6c7aaaaa45befcf52f852 /manifest.xml
parent8b3c710981e58e5b9867a9f3ec8a5e659cb3eef9 (diff)
downloadbullhead-18ded04dd154e7885743daec26985c4aa22d5a6d.tar.gz
Revert "Revert "Add gralloc binderized service to bullhead""
Bug: 36598525 Bug: 36462585 Test: boots (100/100 times), takes 21159.89ms to boot on avg Test: lshal shows graphics allocator This reverts commit 3399b3a7f013a2c182edb78245c125037220302d. Change-Id: I92f03833356ccc0d60c039aa733fbbb923f681ff
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 0000000..478672f
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,12 @@
+<manifest version="1.0">
+ <hal format="hidl">
+ <name>android.hardware.graphics.allocator</name>
+ <transport>hwbinder</transport>
+ <impl level="generic"></impl>
+ <version>2.0</version>
+ <interface>
+ <name>IAllocator</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+</manifest>