summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:32 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:32 -0800
commitbb25378f62ca0ebf9a89b2e58591ea96de37090b (patch)
treeee002d83dccc986fa0d9c5e161269f424e74fe5e
parent2c81e560b32cd175133a96364dd7bb8bb183cb8c (diff)
downloadgoogleclient-bb25378f62ca0ebf9a89b2e58591ea96de37090b.tar.gz
auto import from //depot/cupcake/@135843
-rw-r--r--Android.mk20
-rw-r--r--googleclient-lib.jarbin0 -> 191832 bytes
2 files changed, 20 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..ef1dce3
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2008 The Android Open Source Project
+#
+# 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 := libgoogleclient:googleclient-lib.jar
+include $(BUILD_MULTI_PREBUILT)
diff --git a/googleclient-lib.jar b/googleclient-lib.jar
new file mode 100644
index 0000000..85a82b7
--- /dev/null
+++ b/googleclient-lib.jar
Binary files differ