blob: aede57615b1fca2d726e0aa23dfcd1e9b96930b2 [file] [log] [blame]
Daniel Sandlere05bc412012-08-31 02:35:31 -04001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := optional
5
6# Only compile source java files in this apk.
7LOCAL_SRC_FILES := $(call all-java-files-under, src)
8
9LOCAL_PACKAGE_NAME := BasicDreams
10
11# need tasty bits
12# LOCAL_CERTIFICATE := platform
13
14include $(BUILD_PACKAGE)
15
16# Use the following include to make our test apk.
17include $(call all-makefiles-under,$(LOCAL_PATH))