summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:32:13 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:32:13 -0800
commitcf9ab72d515ad5c4701191baaedc3ea3fa201b02 (patch)
tree5b1c9797b5339b0a81e9b50be8f61fadf6cd0249
parent7d429543546e6faa26a6240c5982d3e369a7c608 (diff)
downloadcom.google.android.googlelogin-cf9ab72d515ad5c4701191baaedc3ea3fa201b02.tar.gz
auto import from //depot/cupcake/@135843
-rw-r--r--Android.mk20
-rw-r--r--client.jarbin0 -> 31328 bytes
2 files changed, 20 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..f36e6d9
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2008 Google, Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+LOCAL_PATH := $(my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := googlelogin-client:client.jar
+include $(BUILD_MULTI_PREBUILT)
diff --git a/client.jar b/client.jar
new file mode 100644
index 0000000..6b34dd2
--- /dev/null
+++ b/client.jar
Binary files differ