diff options
author | Fred Chung <fchung@google.com> | 2011-11-17 09:39:44 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-11-17 09:39:44 -0800 |
commit | 48d13b7baabaf4bd9ec51cae7447cfff8624df04 (patch) | |
tree | 527a14ae025854ed7e9cbd036cb189c96511d0e6 /Android.mk | |
parent | 412dd05c09988f351d6bfa368966104d928ec22d (diff) | |
parent | 3a7e2c0ba89b40b61d2322955ab895020a70592c (diff) | |
download | frameworks_base-48d13b7baabaf4bd9ec51cae7447cfff8624df04.zip frameworks_base-48d13b7baabaf4bd9ec51cae7447cfff8624df04.tar.gz frameworks_base-48d13b7baabaf4bd9ec51cae7447cfff8624df04.tar.bz2 |
am 3a7e2c0b: Merge "Adding missed Android.mk file to the original Bluetooth HDP sample Change-Id: I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e." into ics-mr1
* commit '3a7e2c0ba89b40b61d2322955ab895020a70592c':
Adding missed Android.mk file to the original Bluetooth HDP sample Change-Id: I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e.
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -413,6 +413,8 @@ web_docs_sample_code_flags := \ resources/samples/BackupRestore "Backup and Restore" \ -samplecode $(sample_dir)/BluetoothChat \ resources/samples/BluetoothChat "Bluetooth Chat" \ + -samplecode $(sample_dir)/BluetoothHDP \ + resources/samples/BluetoothHDP "Bluetooth HDP Demo" \ -samplecode $(sample_dir)/BusinessCard \ resources/samples/BusinessCard "Business Card" \ -samplecode $(sample_dir)/ContactManager \ |