summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-03-13 15:07:56 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-13 15:07:56 +0000
commit3c97985f468ab585fe75beef5358e697a799b736 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Android.mk
parenta3ea6bf9e6fcf63b69f5635b2ecc1fbd9a9a4dfc (diff)
parented933dd987332c4287a2164d571f8fa1f07f94ce (diff)
downloadlittlemock-3c97985f468ab585fe75beef5358e697a799b736.tar.gz
Merge "Empty external/littlemock repository as it is no longer needed"
am: ed933dd987 Change-Id: Idb272ddd5163f894e783259ba0366bdc99582378
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)