blob: d2ec75347531c2bb56a59c2bd91ebf28bbda4226 [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
Guang Zhu5eefd772011-11-17 14:32:41 -080010LOCAL_JAVA_LIBRARIES := android.test.runner
Paul Duffinccb04452017-01-10 12:08:23 +000011LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
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)