summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-04-04 19:57:38 -0700
committerYifan Hong <elsk@google.com>2017-04-04 19:57:38 -0700
commit47a7a8d6cde7dc4c546ce43a823c03e68d1dd3ad (patch)
tree6bfc5e6a989418b1438e78885f21edc5f0c77f08
parent55314c1802882bb90cc2f9e5f90e00b43a5093bd (diff)
downloadangler-47a7a8d6cde7dc4c546ce43a823c03e68d1dd3ad.tar.gz
Add type to device manifest.
Test: pass Change-Id: Ia01c317cb1c4314de57c742b0cc3fc20c9b41fd9
-rw-r--r--manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml
index 478672f..b4e4064 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -1,4 +1,4 @@
-<manifest version="1.0">
+<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport>hwbinder</transport>