blob: db5d643f832551852064a0afbc6f450396e0cbf0 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
apct-perftests-utils
LOCAL_PACKAGE_NAME := MiscPerfTests
include $(BUILD_PACKAGE)