blob: 6897fe076eeb7b1a0f2d8854b71007b0e299202f [file] [log] [blame]
Ben Gilad4937ff92013-12-12 12:05:37 -08001LOCAL_PATH:= $(call my-dir)
2
3# Build the Telecomm service.
4include $(CLEAR_VARS)
5
6LOCAL_STATIC_JAVA_LIBRARIES := \
7 guava \
8
9LOCAL_SRC_FILES := $(call all-java-files-under, src)
10
11LOCAL_PACKAGE_NAME := Telecomm
12
13LOCAL_CERTIFICATE := platform
14LOCAL_PRIVILEGED_MODULE := true
15
16include $(BUILD_PACKAGE)
17
18# Build the test package.
19include $(call all-makefiles-under,$(LOCAL_PATH))