blob: d802474712e3d2703758baf6e6c69b3f7881a6e9 [file] [log] [blame]
andrew.borenf8dd5452012-03-04 11:49:08 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_JAVA_LIBRARIES := bouncycastle
5LOCAL_STATIC_JAVA_LIBRARIES := guava
6
7LOCAL_MODULE_TAGS := optional
8
9LOCAL_SRC_FILES := $(call all-java-files-under, src)
10
11LOCAL_PACKAGE_NAME := EVWidgets
12LOCAL_CERTIFICATE := platform
13
14LOCAL_PROGUARD_FLAG_FILES := proguard.flags
15
16include $(BUILD_PACKAGE)
17
18# Use the folloing include to make our test apk.
19include $(call all-makefiles-under,$(LOCAL_PATH))