diff options
author | Pavel Maltsev <pavelm@google.com> | 2016-10-04 10:17:05 -0700 |
---|---|---|
committer | Pavel Maltsev <pavelm@google.com> | 2016-10-12 12:01:50 -0700 |
commit | a2f426ab27771055d1762ef5f196f23462e7c53e (patch) | |
tree | 9472cd3ce2d5488fc2bc45e263f7eee2c253f1ac /Android.bp | |
parent | 7ff7da90956276c6c11d753a301616eccdae8fc1 (diff) | |
download | platform_hardware_interfaces-a2f426ab27771055d1762ef5f196f23462e7c53e.tar.gz platform_hardware_interfaces-a2f426ab27771055d1762ef5f196f23462e7c53e.tar.bz2 platform_hardware_interfaces-a2f426ab27771055d1762ef5f196f23462e7c53e.zip |
Initial HIDL vehicle HAL
Bug: b/31803520
Test: writing a test client in upcoming CLs
Change-Id: I050ab2d764f4550c5d0417c892d05d95472c9b7f
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 7188e91c76..74246337e2 100644 --- a/Android.bp +++ b/Android.bp @@ -19,6 +19,7 @@ subdirs = [ "tests/msgq/1.0", "tests/pointer/1.0", "vibrator/1.0", + "vehicle/2.0", "wifi/1.0", "wifi/supplicant/1.0", ] |