Merge "Remove explicit dependencies on "core" libraries"
diff --git a/Common/Android.mk b/Common/Android.mk
index eae8cbc..18e93c3 100644
--- a/Common/Android.mk
+++ b/Common/Android.mk
@@ -25,7 +25,6 @@
 LOCAL_STATIC_JAVA_LIBRARIES := guava android-common sl4a.Utils junit
 LOCAL_JAVA_LIBRARIES := telephony-common
 LOCAL_JAVA_LIBRARIES += ims-common
-LOCAL_JAVA_LIBRARIES += bouncycastle
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src/com/googlecode/android_scripting)
 LOCAL_SRC_FILES += $(call all-java-files-under, src/org/apache/commons/codec)