diff options
author | Myles Watson <mylesgw@google.com> | 2016-09-12 10:58:42 -0700 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2016-10-13 22:32:38 +0000 |
commit | acfbd2524761ee3cb752a8d87c2302391a81a4c9 (patch) | |
tree | e4bfdd7543d861e620c948ba617caa6a97b3ff05 /Android.bp | |
parent | a3ba3c359c1b41068661e4279939397da0db46c7 (diff) |
Add Bluetooth HAL definition
Test: compiles
Bug: 31972505
Change-Id: I7608b0814c9ca697b21c9e115cfcd81ab1364892
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 5d7c8b86a1..2350c5f403 100644 --- a/Android.bp +++ b/Android.bp @@ -1,6 +1,7 @@ // This is an autogenerated file, do not edit. subdirs = [ "benchmarks/msgq/1.0", + "bluetooth/1.0", "nfc/1.0", "nfc/1.0/default", "radio/1.0", |