It provides the user with the simple UI that makes it easy to chose which tests to run. Change-Id: Ifd0c4665de73e5702b892e57f5e91f84db36b248
10 lines
192 B
Makefile
10 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_PACKAGE_NAME := DumpRenderTree2
|
|
|
|
include $(BUILD_PACKAGE) |