Santos Cordon | ee8333c | 2013-07-12 14:17:55 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_STATIC_JAVA_LIBRARIES := com.android.services.telephony.common | ||||
5 | |||||
6 | LOCAL_SRC_FILES := $(call all-java-files-under, src) | ||||
7 | |||||
8 | LOCAL_PACKAGE_NAME := InCallUI | ||||
9 | LOCAL_CERTIFICATE := platform | ||||
10 | LOCAL_PRIVELEGED_MODULE := true | ||||
11 | |||||
12 | include $(BUILD_PACKAGE) | ||||
13 | |||||
14 | # Build the test package | ||||
15 | include $(call all-makefiles-under,$(LOCAL_PATH)) |