OSDN Git Service

Add google analytics jar library marshmallow-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3
authorHugo <hugo@jidemail.com>
Mon, 11 Jul 2016 09:31:38 +0000 (17:31 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 8 Aug 2016 18:14:00 +0000 (02:14 +0800)
Android.mk [new file with mode: 0644]
NOTICE [new file with mode: 0644]
lib/libGoogleAnalyticsServices.jar [new file with mode: 0644]

diff --git a/Android.mk b/Android.mk
new file mode 100644 (file)
index 0000000..137e0f9
--- /dev/null
@@ -0,0 +1,9 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := googleanalytics
+LOCAL_SRC_FILES := lib/libGoogleAnalyticsServices.jar
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+
+include $(BUILD_PREBUILT)
diff --git a/NOTICE b/NOTICE
new file mode 100644 (file)
index 0000000..c1bbbd1
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,3 @@
+Google Analytics Services Android SDK
+
+Copyright 2013-2014 Google, Inc. All rights reserved.
diff --git a/lib/libGoogleAnalyticsServices.jar b/lib/libGoogleAnalyticsServices.jar
new file mode 100644 (file)
index 0000000..082a918
Binary files /dev/null and b/lib/libGoogleAnalyticsServices.jar differ