commit | 89ba5284e33789c598017235e45a58dd477f9a63 | [log] [tgz] |
---|---|---|
author | Andre Eisenbach <eisenbach@google.com> | Thu Oct 13 15:45:02 2016 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Thu Dec 29 19:17:28 2016 +0000 |
tree | ce24641d15a20db948433ca82314fec4649ffde2 | |
parent | 73f99f6e1f0bfc71b6c868abe6d3e0ad4bc8ae2b [diff] [blame] |
Add default Bluetooth HAL implementation Also added initial target-side functional test. Test: bluetooth_hidl_hal_test Bug: 31972505 Change-Id: I1f574a5b2b53d7fbf65dbb4e1aaa5f8b6c5a9448
diff --git a/bluetooth/Android.bp b/bluetooth/Android.bp index bbb3e4b..ed19a37 100644 --- a/bluetooth/Android.bp +++ b/bluetooth/Android.bp
@@ -1,4 +1,6 @@ // This is an autogenerated file, do not edit. subdirs = [ "1.0", + "1.0/default", + "1.0/vts/functional", ]