diff options
| author | 2012-03-21 23:15:06 -0700 | |
|---|---|---|
| committer | 2012-07-16 21:18:36 -0700 | |
| commit | bf246ef0abb6ea354fe412b139dec1adb4e5791d (patch) | |
| tree | 1ca63600ac278b55745d308bf6997e2153b9a841 /Android.mk | |
| parent | db44b20fe6aed65d5cd7e1f6d7c52e4322083039 (diff) | |
Initial implementation of HID, add IBluetoothInputDevice idl
Change-Id: Iadc79a425b4b6e12329d86dd2ac0782adcb0174d
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index e0c388b2f928..64300e2ed9ac 100644 --- a/Android.mk +++ b/Android.mk @@ -91,6 +91,7 @@ LOCAL_SRC_FILES += \ core/java/android/bluetooth/IBluetoothHeadset.aidl \ core/java/android/bluetooth/IBluetoothHeadsetPhone.aidl \ core/java/android/bluetooth/IBluetoothHealthCallback.aidl \ + core/java/android/bluetooth/IBluetoothInputDevice.aidl \ core/java/android/bluetooth/IBluetoothPbap.aidl \ core/java/android/bluetooth/IBluetoothStateChangeCallback.aidl \ core/java/android/content/IClipboard.aidl \ |