OSDN Git Service

Eleven: Fix exception when leaving Eleven with nothing in the queue
[android-x86/packages-apps-Eleven.git] / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_MODULE_TAGS := optional
5
6 LOCAL_SRC_FILES := src/com/cyanogenmod/eleven/IElevenService.aidl
7 LOCAL_SRC_FILES += $(call all-java-files-under, src)
8
9 LOCAL_STATIC_JAVA_LIBRARIES := \
10     android-support-v8-renderscript \
11     android-common \
12     android-visualizer \
13     eleven_support_v4 \
14     eleven_recyclerview
15
16 LOCAL_PACKAGE_NAME := Eleven
17 LOCAL_OVERRIDES_PACKAGES := Music
18
19 LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.cfg
20 ifeq ($(TARGET_BUILD_VARIANT),user)
21     LOCAL_PROGUARD_ENABLED := obfuscation
22 else
23     LOCAL_PROGUARD_ENABLED := disabled
24 endif
25
26 include $(BUILD_PACKAGE)
27
28 include $(CLEAR_VARS)
29
30 LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
31     eleven_recyclerview:libs/android-support-v7-recyclerview.jar \
32     eleven_support_v4:libs/android-support-v4-21.jar
33 include $(BUILD_MULTI_PREBUILT)