2015-04-22 10:23:56 -07:00
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_MODULE_TAGS := tests
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
|
|
|
|
LOCAL_PACKAGE_NAME := HierarchyViewerTest
|
|
|
|
|
|
|
|
LOCAL_JAVA_LIBRARIES := android.test.runner
|
2017-01-10 12:08:23 +00:00
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
2015-04-22 10:23:56 -07:00
|
|
|
|
|
|
|
include $(BUILD_PACKAGE)
|