drcmda | ba85705 | 2013-05-19 02:01:50 +0100 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2012 ParanoidAndroid Project |
| 3 | # |
| 4 | # Licensed under the GNU GPLv2 license |
| 5 | # |
| 6 | # The text of the license can be found in the LICENSE file |
| 7 | # or at https://www.gnu.org/licenses/gpl-2.0.txt |
| 8 | # |
| 9 | |
| 10 | LOCAL_PATH:= $(call my-dir) |
| 11 | include $(CLEAR_VARS) |
| 12 | |
| 13 | LOCAL_SRC_FILES += $(call all-java-files-under, src) |
| 14 | |
| 15 | LOCAL_MODULE_TAGS := optional |
| 16 | |
| 17 | LOCAL_STATIC_JAVA_LIBRARIES := \ |
| 18 | android-support-v4 |
| 19 | |
| 20 | LOCAL_PACKAGE_NAME := HALO |
| 21 | |
| 22 | include $(BUILD_PACKAGE) |