blob: 98b664175c1ac89530f5265282fed19da92c0c4c [file] [log] [blame]
Hung-ying Tyan6765abb2009-09-15 17:05:25 +08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Jean-Baptiste Queru319ac902010-01-05 16:27:22 -08004LOCAL_MODULE_TAGS := optional
Hung-ying Tyan6765abb2009-09-15 17:05:25 +08005
6LOCAL_SRC_FILES := $(call all-java-files-under, src)
Brian Carlstroma09a69a2010-06-30 00:57:36 -07007LOCAL_JAVA_LIBRARIES := bouncycastle
Hung-ying Tyan6765abb2009-09-15 17:05:25 +08008
9LOCAL_PACKAGE_NAME := CertInstaller
10LOCAL_CERTIFICATE := platform
11
12include $(BUILD_PACKAGE)
13
14# Use the folloing include to make our test apk.
15include $(call all-makefiles-under,$(LOCAL_PATH))