commit | 2579fb792b4d47555515459f372f63c4305ee2ca | [log] [tgz] |
---|---|---|
author | Pavel Maltsev <pavelm@google.com> | Thu Feb 02 12:39:36 2017 -0800 |
committer | Pavel Maltsev <pavelm@google.com> | Sun Feb 05 16:48:12 2017 -0800 |
tree | df67a4a2ddc8d717b54d4848ffd57ac8c6bd4748 | |
parent | afe76f2784fe941df3289ef067be22f8e20cce44 [diff] [blame] |
Move Vehicle HAL under automotive package Test: verified unit tests and VTS are passing Bug: b/33200203 Change-Id: I69cc4bc0d4cbc1a6bf2f77564a8f70412fe06947
diff --git a/automotive/Android.bp b/automotive/Android.bp new file mode 100644 index 0000000..aa8f74f --- /dev/null +++ b/automotive/Android.bp
@@ -0,0 +1,5 @@ +// This is an autogenerated file, do not edit. +subdirs = [ + "vehicle", + "vehicle/2.0", +]