summaryrefslogtreecommitdiffstats
path: root/tests/UsageStatsTest/Android.mk
blob: 69fefeb5bddf3a41f25d850b23dccd34ab316da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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_PACKAGE_NAME := UsageStatsTest

include $(BUILD_PACKAGE)