blob: f3d29bbc9dbeeff079102d46b3395855e4e37296 [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES := $(call all-subdir-java-files)
5
6LOCAL_JAVA_LIBRARIES := android.test.runner
7
8LOCAL_PACKAGE_NAME := launchperf
9
10LOCAL_MODULE_TAGS := tests
11
12include $(BUILD_PACKAGE)