summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor O'Brien2016-12-02 18:22:51 -0600
committerConnor O'Brien2016-12-12 13:25:17 -0600
commitac9430e6f4740ae64c46a99df2c6879946c80051 (patch)
treefd5fe821eec1865e7dd4a065712d33ffe50dca8d /ir/Android.bp
parentbf5cddbea0e26fb3595b01dffac6c83a45e5a4b1 (diff)
downloadplatform-hardware-interfaces-ac9430e6f4740ae64c46a99df2c6879946c80051.tar.gz
platform-hardware-interfaces-ac9430e6f4740ae64c46a99df2c6879946c80051.tar.xz
platform-hardware-interfaces-ac9430e6f4740ae64c46a99df2c6879946c80051.zip
Add consumerir HIDL default implementation
Create a basic HAL implementation that passes commands through to the old HAL. Test: make android.hardware.consumerir@1.0-impl Change-Id: Idc4b0a67cf936645b699c24504e9fab219b1ffbe Signed-off-by: Connor O'Brien <connoro@google.com>
Diffstat (limited to 'ir/Android.bp')
-rw-r--r--ir/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir/Android.bp b/ir/Android.bp
index bbb3e4ba..ba90f2c9 100644
--- a/ir/Android.bp
+++ b/ir/Android.bp
@@ -1,4 +1,5 @@
1// This is an autogenerated file, do not edit. 1// This is an autogenerated file, do not edit.
2subdirs = [ 2subdirs = [
3 "1.0", 3 "1.0",
4 "1.0/default",
4] 5]