blob: cf1a512b6d5709a55084ddd0eb7db07ee92c3d2f [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
Anton Hanssonab6ec612018-02-23 12:57:51 +00009LOCAL_SDK_VERSION := current
Siva Velusamy0d857b92015-04-22 10:23:56 -070010
Anton Hanssonab6ec612018-02-23 12:57:51 +000011LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
Paul Duffinb8663072017-12-08 00:02:42 +000012LOCAL_STATIC_JAVA_LIBRARIES := junit
Siva Velusamy0d857b92015-04-22 10:23:56 -070013
14include $(BUILD_PACKAGE)