blob: c5482b439467535536ad780037e5f88ebed5e392 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
# Build the Telecom service.
include $(CLEAR_VARS)
LOCAL_JAVA_LIBRARIES := telephony-common
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := Telecom
LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true
LOCAL_PROGUARD_FLAGS := $(proguard.flags)
include $(BUILD_PACKAGE)
# Build the test package.
include $(call all-makefiles-under,$(LOCAL_PATH))