blob: 1873cc1de8a93887257aff666e74fe40186fa6c1 [file] [log] [blame]
Dianne Hackbornd4c4b762011-10-27 12:58:16 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5
6LOCAL_SRC_FILES := $(call all-subdir-java-files)
7
8LOCAL_PACKAGE_NAME := FrameworkPerf
9
Paul Duffinb8663072017-12-08 00:02:42 +000010LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
11LOCAL_STATIC_JAVA_LIBRARIES := junit
Guang Zhu5eefd772011-11-17 14:32:41 -080012
Dianne Hackbornd4c4b762011-10-27 12:58:16 -070013LOCAL_AAPT_FLAGS = -c 120dpi,240dpi,160dpi,161dpi,320dpi,nodpi
14
15include $(BUILD_PACKAGE)