summaryrefslogtreecommitdiffstats
path: root/tests/UsageStatsTest/Android.mk
blob: 5f7467a301d26fdbde3d75e6e12a2d42e436c73f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := tests

# Only compile source java files in this apk.
LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4

LOCAL_PACKAGE_NAME := UsageStatsTest

include $(BUILD_PACKAGE)