Santos Cordon | b415e4d | 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 | |
Chiao Cheng | a44c591 | 2013-07-15 14:54:27 -0700 | [diff] [blame] | 12 | LOCAL_PROGUARD_FLAG_FILES := proguard.flags |
| 13 | |
Santos Cordon | b415e4d | 2013-07-12 14:17:55 -0700 | [diff] [blame] | 14 | include $(BUILD_PACKAGE) |
| 15 | |
| 16 | # Build the test package |
| 17 | include $(call all-makefiles-under,$(LOCAL_PATH)) |