Dan Sandler | 27a9fcc | 2016-06-22 00:05:11 -0400 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_MODULE_TAGS := optional |
| 5 | LOCAL_STATIC_JAVA_LIBRARIES := \ |
| 6 | android-support-v4 \ |
| 7 | android-support-v13 \ |
Dan Sandler | 49ddb0d | 2017-06-08 23:52:45 -0400 | [diff] [blame] | 8 | android-support-dynamic-animation \ |
Dan Sandler | 27a9fcc | 2016-06-22 00:05:11 -0400 | [diff] [blame] | 9 | android-support-v7-recyclerview \ |
| 10 | android-support-v7-preference \ |
| 11 | android-support-v7-appcompat \ |
| 12 | android-support-v14-preference \ |
| 13 | jsr305 |
| 14 | |
| 15 | LOCAL_SRC_FILES := $(call all-java-files-under, src) |
| 16 | |
| 17 | LOCAL_PACKAGE_NAME := EasterEgg |
| 18 | LOCAL_CERTIFICATE := platform |
| 19 | |
| 20 | include $(BUILD_PACKAGE) |
| 21 | |
| 22 | include $(call all-makefiles-under,$(LOCAL_PATH)) |