diff options
author | Connor O'Brien | 2016-12-02 18:22:51 -0600 |
---|---|---|
committer | Connor O'Brien | 2016-12-12 13:25:17 -0600 |
commit | ac9430e6f4740ae64c46a99df2c6879946c80051 (patch) | |
tree | fd5fe821eec1865e7dd4a065712d33ffe50dca8d /ir/Android.bp | |
parent | bf5cddbea0e26fb3595b01dffac6c83a45e5a4b1 (diff) | |
download | platform-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.bp | 1 |
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. |
2 | subdirs = [ | 2 | subdirs = [ |
3 | "1.0", | 3 | "1.0", |
4 | "1.0/default", | ||
4 | ] | 5 | ] |