aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2010-02-25Update to reflect android-common no longer in framework.Dianne Hackborn
2010-01-05Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru
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: Ia141dc1e5a3892bb344f319fc3d573e0ce160352
2009-07-08Merge commit 'goog/eclair-dev' into merge3Evan Millar
Merged the new contacts content provider into goog/master. The old and new content providers now live side by side under separate authorities. Conflicts: Android.mk AndroidManifest.xml res/values/strings.xml
2009-05-04Change the makefile to not include the test code in the provider APK.Jeff Hamilton
2009-04-24First pass at new ContactsProvider.Jeff Hamilton
It's very basic right now, but shows the general layout that I'm thinking of for the schema and how the data types are defined. The test app just reads the display names and puts them in a list, not very useful since you have to add data with the sqlite3 tool for now.
2009-03-09auto import from //branches/cupcake/...@137197The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial Contributionandroid-1.0release-1.0cdma-importThe Android Open Source Project