blob: 6897fe076eeb7b1a0f2d8854b71007b0e299202f [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
# Build the Telecomm service.
include $(CLEAR_VARS)
LOCAL_STATIC_JAVA_LIBRARIES := \
guava \
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := Telecomm
LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true
include $(BUILD_PACKAGE)
# Build the test package.
include $(call all-makefiles-under,$(LOCAL_PATH))