summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth MAP profile - sms and mms support initial check-inMatthew Xie2013-08-091-1/+1
| | | | | | bug:10116530 Change-Id: If9ce878d71c1e1b12416014c433da03b3033e158
* Bluetooth: declare shared libraries as its build dependencies.Chia-chi Yeh2012-07-161-0/+1
| | | | Change-Id: I9999051d31fe8d8387d0002275a15be53ea02c30
* Fix makefile for jni directory build.Jaikumar Ganesh2012-07-161-0/+1
| | | | Change-Id: I47bf6e955517ffdbd914ee3c1d87565d0cc3f3a4
* Initial commit for new Bluetooth stack interface.Jaikumar Ganesh2012-07-161-2/+7
| | | | | | | | 1. Changes to Android.mk file 2. changes to make the process persistent. This is temporary. 3. Addition of new java and jni classes. Change-Id: I2453c7a1a475c66bf52f3a84cd8beb12dd37b87a
* Use a static version of vCard library.Daisuke Miyakawa2010-05-191-0/+1
| | | | | | | See also I435e1057. Bug: 2689523 Change-Id: I6aaa893d13ad2ff66f1439731ef7dbcf079b5011
* Add ability to run Bluetooth application in a different process if needed.Jaikumar Ganesh2010-03-171-1/+1
| | | | Change-Id: I5fa328f2b8fd78986b9a1958e5899feca254f316
* Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru2010-01-051-1/+1
| | | | | | | | | | The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: I98697136596fd1dafd8d21c944cb258b4b7949e8
* Set LOCAL_MODULE_TAG for packages/app/Bluetooth to user like other apps.Jaikumar Ganesh2009-08-041-1/+1
|
* Enable Opp Livefolder, modify localizable resourceJackson Fan2009-07-291-0/+2
| | | | | | | | | | | | Update on patchset 2 Update icon for Bluetooth share and Incoming file Fix minor Opp UI issue Update log print for mimetype got from android system. Update return response code for un-supported media type Patchset 1 remove the use of replace() of localizable resource Enable Opp Livefolder by using local certificate Reject vcard actively
* Make opp compileTao Liejun2009-07-141-0/+12
Modify to make opp application compliable in new git -change package name -change manifest -modify a few comments