blob: 74c91ebfda7daed95feb37e27f68346dfe71e70c [file] [log] [blame]
Santos Cordonee8333c2013-07-12 14:17:55 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Santos Cordon96b8ba52013-07-29 13:46:53 -07004LOCAL_STATIC_JAVA_LIBRARIES := com.android.services.telephony.common \
5 guava \
Santos Cordonee8333c2013-07-12 14:17:55 -07006
7LOCAL_SRC_FILES := $(call all-java-files-under, src)
8
9LOCAL_PACKAGE_NAME := InCallUI
10LOCAL_CERTIFICATE := platform
Chiao Cheng0fc35532013-08-13 12:35:39 -070011LOCAL_PRIVELEGED_MODULE := false
Santos Cordonee8333c2013-07-12 14:17:55 -070012
Chiao Chengd0533622013-07-15 14:54:27 -070013LOCAL_PROGUARD_FLAG_FILES := proguard.flags
14
Santos Cordonee8333c2013-07-12 14:17:55 -070015include $(BUILD_PACKAGE)
16
17# Build the test package
18include $(call all-makefiles-under,$(LOCAL_PATH))