summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2009-08-26 19:16:31 +0800
committerChih-Chung Chang <chihchung@google.com>2009-08-26 19:19:58 +0800
commitc0e0633f10c9f2ac1c787c879cc30d36477a1000 (patch)
tree63b5265c5684a56c8e1e25946b7003dc03409821 /Android.mk
parentcca256bc7b28c627531718716ade95fb3db2b74c (diff)
downloadLegacyCamera-c0e0633f10c9f2ac1c787c879cc30d36477a1000.zip
LegacyCamera-c0e0633f10c9f2ac1c787c879cc30d36477a1000.tar.gz
LegacyCamera-c0e0633f10c9f2ac1c787c879cc30d36477a1000.tar.bz2
Remove unused library.
This should save about 30k (uncompressed) on the user build. The library was used for the uploader, but the code has long since been removed.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 4ee7f34..b80c68b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -8,8 +8,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := Camera
LOCAL_CERTIFICATE := media
-LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
-
include $(BUILD_PACKAGE)
# Use the following include to make our test apk.