summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-03-14 11:38:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-14 11:38:07 +0000
commitb401692320cafc6f58ccef302f18f5720b8da3a3 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Android.mk
parent7aef6ca2e78c8f095ee3431c162b75087ed07691 (diff)
parent00276e101c42e4d9c7d58607c56359ebd3d3fce6 (diff)
downloadlittlemock-b401692320cafc6f58ccef302f18f5720b8da3a3.tar.gz
Merge "Try again - Empty external/littlemock repository as it is no longer needed"android-n-mr2-preview-2
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 3f7dbaf..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright (C) 2011 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 := $(call my-dir)
-include $(CLEAR_VARS)
-
-# Include all the java files.
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
-
-LOCAL_SDK_VERSION := 14
-
-# The name of the jar file to create.
-LOCAL_MODULE := littlemock
-
-# Build a static jar file.
-include $(BUILD_STATIC_JAVA_LIBRARY)