summaryrefslogtreecommitdiffstats
path: root/core/jni/Android.mk
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-05-19 15:21:03 -0700
committerNick Pelly <npelly@google.com>2009-05-20 15:24:14 -0700
commitf5e17310d19494834466f237367452dfe1bd51cb (patch)
tree73cc30aeb90667fe94dc26518b4d01a72d5e92e6 /core/jni/Android.mk
parent57ee738a5165a1c5aed5127b695dea0c2939803f (diff)
downloadframeworks_base-f5e17310d19494834466f237367452dfe1bd51cb.zip
frameworks_base-f5e17310d19494834466f237367452dfe1bd51cb.tar.gz
frameworks_base-f5e17310d19494834466f237367452dfe1bd51cb.tar.bz2
Remove Database.java API.
This provided SDP functionality to Java, but is not currently used by any Apps. I will shortly be providing SDP functionality in a new API, but it will be quite different to this one, and in the mean-time keeping this stale code updated with other API changes is a pain.
Diffstat (limited to 'core/jni/Android.mk')
-rw-r--r--core/jni/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/jni/Android.mk b/core/jni/Android.mk
index 5adadb8..5301794 100644
--- a/core/jni/Android.mk
+++ b/core/jni/Android.mk
@@ -102,7 +102,6 @@ LOCAL_SRC_FILES:= \
android_util_FileObserver.cpp \
android/opengl/poly_clip.cpp.arm \
android/opengl/util.cpp.arm \
- android_bluetooth_Database.cpp \
android_bluetooth_HeadsetBase.cpp \
android_bluetooth_common.cpp \
android_bluetooth_BluetoothAudioGateway.cpp \