blob: 0664d4d46253c72dbf03c7b1e85f90a617ea8518 [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
Anton Hanssonab6ec612018-02-23 12:57:51 +00009LOCAL_PRIVATE_PLATFORM_APIS := true
Dianne Hackbornd4c4b762011-10-27 12:58:16 -070010
Paul Duffinb8663072017-12-08 00:02:42 +000011LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
12LOCAL_STATIC_JAVA_LIBRARIES := junit
Guang Zhu5eefd772011-11-17 14:32:41 -080013
Dianne Hackbornd4c4b762011-10-27 12:58:16 -070014LOCAL_AAPT_FLAGS = -c 120dpi,240dpi,160dpi,161dpi,320dpi,nodpi
15
16include $(BUILD_PACKAGE)