Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | |
| 3 | # Build the Phone app which includes the emergency dialer. See Contacts |
| 4 | # for the 'other' dialer. |
| 5 | include $(CLEAR_VARS) |
| 6 | |
| 7 | LOCAL_JAVA_LIBRARIES := telephony-common voip-common |
Santos Cordon | f6bb89d | 2013-07-12 14:21:14 -0700 | [diff] [blame] | 8 | LOCAL_STATIC_JAVA_LIBRARIES := com.android.phone.shared \ |
| 9 | com.android.services.telephony.common |
| 10 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 11 | LOCAL_SRC_FILES := $(call all-java-files-under, src) |
| 12 | LOCAL_SRC_FILES += \ |
| 13 | src/com/android/phone/EventLogTags.logtags \ |
| 14 | src/com/android/phone/INetworkQueryService.aidl \ |
| 15 | src/com/android/phone/INetworkQueryServiceCallback.aidl |
| 16 | |
| 17 | LOCAL_PACKAGE_NAME := TeleService |
Santos Cordon | 50a4789 | 2013-07-11 11:09:04 -0700 | [diff] [blame] | 18 | LOCAL_OVERRIDES_PACKAGES := Phone GooglePhone |
| 19 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 20 | LOCAL_CERTIFICATE := platform |
| 21 | LOCAL_PRIVILEGED_MODULE := true |
| 22 | |
| 23 | LOCAL_PROGUARD_FLAG_FILES := proguard.flags |
| 24 | |
| 25 | include $(BUILD_PACKAGE) |
| 26 | |
| 27 | # Build the test package |
| 28 | include $(call all-makefiles-under,$(LOCAL_PATH)) |