aboutsummaryrefslogtreecommitdiff
path: root/org.ifaa.android.manager/Android.mk
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brv@gmail.com>2017-02-25 00:53:22 +0100
committerdavidevinavil <davidevinavil@gmail.com>2017-04-07 13:20:21 +0200
commite7ef94c47efc3456957f39261a71909d3ee324e5 (patch)
treed389582e36da1da8c70326a031a9edff9f78da5a /org.ifaa.android.manager/Android.mk
parentb9d8148262179edca8b624e2993f3f345ea526ca (diff)
Remove alipay/ifaa packages and permissions
Diffstat (limited to 'org.ifaa.android.manager/Android.mk')
-rw-r--r--org.ifaa.android.manager/Android.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/org.ifaa.android.manager/Android.mk b/org.ifaa.android.manager/Android.mk
deleted file mode 100644
index 5818bb7..0000000
--- a/org.ifaa.android.manager/Android.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Copyright (C) 2016 The CyanogenMod 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)
-
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
-
-LOCAL_MODULE := org.ifaa.android.manager
-LOCAL_MODULE_TAGS := optional
-
-include $(BUILD_JAVA_LIBRARY)