diff options
author | Connor O'Brien | 2016-12-02 18:21:25 -0600 |
---|---|---|
committer | Connor O'Brien | 2016-12-12 13:25:17 -0600 |
commit | bf5cddbea0e26fb3595b01dffac6c83a45e5a4b1 (patch) | |
tree | 4f5a1dec56be2f43d5ed676b1b39afa478561a70 /ir/Android.bp | |
parent | 827e0386510a29159296a16d5f8e5cc34b8141a8 (diff) | |
download | platform-hardware-interfaces-bf5cddbea0e26fb3595b01dffac6c83a45e5a4b1.tar.gz platform-hardware-interfaces-bf5cddbea0e26fb3595b01dffac6c83a45e5a4b1.tar.xz platform-hardware-interfaces-bf5cddbea0e26fb3595b01dffac6c83a45e5a4b1.zip |
consumerir: define the consumerir HIDL interface
Change-Id: Ifa8632915f8c5bb15da5f379202f5ddf2e08c09a
Signed-off-by: Connor O'Brien <connoro@google.com>
Diffstat (limited to 'ir/Android.bp')
-rw-r--r-- | ir/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ir/Android.bp b/ir/Android.bp new file mode 100644 index 00000000..bbb3e4ba --- /dev/null +++ b/ir/Android.bp | |||
@@ -0,0 +1,4 @@ | |||
1 | // This is an autogenerated file, do not edit. | ||
2 | subdirs = [ | ||
3 | "1.0", | ||
4 | ] | ||