summaryrefslogtreecommitdiff
path: root/core/src/main/java/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/Android.mk')
-rw-r--r--core/src/main/java/Android.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/src/main/java/Android.mk b/core/src/main/java/Android.mk
deleted file mode 100644
index 109698f..0000000
--- a/core/src/main/java/Android.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-
-# This will build the client static library for the Google Services Framework
-LOCAL_MODULE := oauth
-
-# Includes all the java files, and explicitly declares any aidl files
-LOCAL_SRC_FILES := \
- $(call all-java-files-under, net)
-
-LOCAL_SDK_VERSION := 8
-
-# Build the actual static library
-include $(BUILD_STATIC_JAVA_LIBRARY)