diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-13 02:06:08 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-14 16:19:58 +0100 |
commit | 9de7deb166d1f785daa2e3e5945b2df662bd70ac (patch) | |
tree | 3fc0ffabe5256453e242d41cdc9dc727233f4baa /org.ifaa.android.manager/Android.mk | |
parent | 8ca30a0f4d27f77651489076970c26d56f90c854 (diff) |
add ifaa source
Change-Id: I4a09f809df6234dc190ec20094ea60a814fa3c56
Diffstat (limited to 'org.ifaa.android.manager/Android.mk')
-rw-r--r-- | org.ifaa.android.manager/Android.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/org.ifaa.android.manager/Android.mk b/org.ifaa.android.manager/Android.mk new file mode 100644 index 0000000..5818bb7 --- /dev/null +++ b/org.ifaa.android.manager/Android.mk @@ -0,0 +1,26 @@ +# +# 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) |