Santos Cordon | b415e4d | 2013-07-12 14:17:55 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
Santos Cordon | dec7e7e | 2013-07-29 13:46:53 -0700 | [diff] [blame] | 4 | LOCAL_STATIC_JAVA_LIBRARIES := com.android.services.telephony.common \ |
| 5 | guava \ |
Santos Cordon | b415e4d | 2013-07-12 14:17:55 -0700 | [diff] [blame] | 6 | |
| 7 | LOCAL_SRC_FILES := $(call all-java-files-under, src) |
| 8 | |
| 9 | LOCAL_PACKAGE_NAME := InCallUI |
| 10 | LOCAL_CERTIFICATE := platform |
Chiao Cheng | 9eef6ba | 2013-08-13 12:35:39 -0700 | [diff] [blame] | 11 | LOCAL_PRIVELEGED_MODULE := false |
Santos Cordon | b415e4d | 2013-07-12 14:17:55 -0700 | [diff] [blame] | 12 | |
Chiao Cheng | a44c591 | 2013-07-15 14:54:27 -0700 | [diff] [blame] | 13 | LOCAL_PROGUARD_FLAG_FILES := proguard.flags |
| 14 | |
Santos Cordon | b415e4d | 2013-07-12 14:17:55 -0700 | [diff] [blame] | 15 | include $(BUILD_PACKAGE) |
| 16 | |
| 17 | # Build the test package |
| 18 | include $(call all-makefiles-under,$(LOCAL_PATH)) |