blob: 8550d703678ce0ae09a7c6b4bddf8caf53ad7cde [file] [log] [blame]
Siva Velusamy0d857b92015-04-22 10:23:56 -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 := HierarchyViewerTest
9
Paul Duffinb8663072017-12-08 00:02:42 +000010LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
11LOCAL_STATIC_JAVA_LIBRARIES := junit
Siva Velusamy0d857b92015-04-22 10:23:56 -070012
13include $(BUILD_PACKAGE)