summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-02-16 16:57:18 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-16 21:17:05 -0700
commit3e8c82edb1feafc796aa52efafedc13f794c4dcd (patch)
tree028dd66d721e02b558aa185fe84d086b8a81f8f2 /Android.mk
parente21a4ac09d2473becaea43a73d19e9e836e7732a (diff)
downloadframeworks_base-3e8c82edb1feafc796aa52efafedc13f794c4dcd.zip
frameworks_base-3e8c82edb1feafc796aa52efafedc13f794c4dcd.tar.gz
frameworks_base-3e8c82edb1feafc796aa52efafedc13f794c4dcd.tar.bz2
Framework changes for HFP and A2DP profile implementation of the new stack.
Add IBluetoothHeadsetPhone.aidl for a small service in Phone to get phone state changes Change-Id: I1015e4a69720c4e9cd18ae4236ccd0dbff2e1b2c
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e577b91..e0c388b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -89,6 +89,7 @@ LOCAL_SRC_FILES += \
core/java/android/bluetooth/IBluetoothA2dp.aidl \
core/java/android/bluetooth/IBluetoothCallback.aidl \
core/java/android/bluetooth/IBluetoothHeadset.aidl \
+ core/java/android/bluetooth/IBluetoothHeadsetPhone.aidl \
core/java/android/bluetooth/IBluetoothHealthCallback.aidl \
core/java/android/bluetooth/IBluetoothPbap.aidl \
core/java/android/bluetooth/IBluetoothStateChangeCallback.aidl \