blob: d4c1e7094b99d442120561f25cb4c1ab4df52065 [file] [log] [blame]
Dan Sandler27a9fcc2016-06-22 00:05:11 -04001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := optional
5LOCAL_STATIC_JAVA_LIBRARIES := \
6 android-support-v4 \
7 android-support-v13 \
Dan Sandler49ddb0d2017-06-08 23:52:45 -04008 android-support-dynamic-animation \
Dan Sandler27a9fcc2016-06-22 00:05:11 -04009 android-support-v7-recyclerview \
10 android-support-v7-preference \
11 android-support-v7-appcompat \
12 android-support-v14-preference \
13 jsr305
14
15LOCAL_SRC_FILES := $(call all-java-files-under, src)
16
17LOCAL_PACKAGE_NAME := EasterEgg
18LOCAL_CERTIFICATE := platform
19
20include $(BUILD_PACKAGE)
21
22include $(call all-makefiles-under,$(LOCAL_PATH))