This class handles which files are tests or directories and which should be skipped, have their results ignored or are slow. Bug: 2816714 Change-Id: Id57390d736f542abac6fe5244b97ad6fecf82a2c
11 lines
192 B
Makefile
11 lines
192 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := tests
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_MODULE := DumpRenderTree2
|
|
|
|
include $(BUILD_JAVA_LIBRARY)
|