summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit0dc808d29e2df4178f51efb62ecb32656f1533ad (patch)
tree3163334d84633580334c1210e91f3d05666985d1
downloadgoogleclient-0dc808d29e2df4178f51efb62ecb32656f1533ad.tar.gz
-rw-r--r--Android.mk20
-rw-r--r--googleclient-lib.jarbin0 -> 99836 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..bfe4dac
--- /dev/null
+++ b/googleclient-lib.jar
Binary files differ